diff --git a/theme/templates/category.html b/theme/templates/category.html index 56f8e93..253cf59 100644 --- a/theme/templates/category.html +++ b/theme/templates/category.html @@ -1,2 +1,74 @@ -{% extends "index.html" %} -{% block title %}{{ SITENAME }} - {{ category }}{% endblock %} + + + + + {% block title %}{{ SITENAME }}{%endblock%} + + + + + + + + + +
+ + +
+ {{ SITENAME }} +
+
+ + {% for article in articles %} + +
+ + {{ article.title }} + +
+ +
+ {{ article.content }} +
+ + {% if not HIDE_DATE %} + + {% endif %} + + {% endfor %} + +
+ + + + + +