diff options
Diffstat (limited to 'themes/simple/templates/category.html')
| -rw-r--r-- | themes/simple/templates/category.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/simple/templates/category.html b/themes/simple/templates/category.html new file mode 100644 index 0000000..bfad391 --- /dev/null +++ b/themes/simple/templates/category.html @@ -0,0 +1,7 @@ +{% extends "index.html" %} + +{% block title %}{{ SITENAME|striptags }} - {{ category }} category{% endblock %} + +{% block content_title %} + <h2>Articles in the {{ category }} category</h2> +{% endblock %} |
