aboutsummaryrefslogtreecommitdiffstats
path: root/simple-bootstrap/templates/category.html
diff options
context:
space:
mode:
Diffstat (limited to 'simple-bootstrap/templates/category.html')
-rwxr-xr-xsimple-bootstrap/templates/category.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/simple-bootstrap/templates/category.html b/simple-bootstrap/templates/category.html
new file mode 100755
index 0000000..9028680
--- /dev/null
+++ b/simple-bootstrap/templates/category.html
@@ -0,0 +1,8 @@
+{% extends "index.html" %}
+{% block title %} Articles in {{ category }} category - {{ SITENAME }}{% endblock %}
+{% block navclass %}{%endblock%}
+{% block archclass %} class="active"{%endblock%}
+{% block content_title %}
+<h2>Articles in the {{ category }} category</h2>
+{% endblock %}
+