1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-04 07:40:09 +05:30

theme added

This commit is contained in:
avinal
2020-09-28 17:05:15 +05:30
parent 71710b6fdf
commit 86a2c1a2b6
65 changed files with 9809 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{% extends "index.html" %}
{% block title %}
{{ category }} Articles | {{ SITENAME }}
{% endblock %}
{% block page_header %}
{{ category }} Articles
{% endblock %}