diff options
Diffstat (limited to 'simple-bootstrap/templates/category.html')
-rwxr-xr-x | simple-bootstrap/templates/category.html | 8 |
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 %} + |