summaryrefslogtreecommitdiff
path: root/themes/simple/templates/category.html
diff options
context:
space:
mode:
authorDaniel Hader <[email protected]>2026-08-29 13:06:16 -0500
committerDaniel Hader <[email protected]>2026-08-29 13:06:16 -0500
commit5fa81500dcc07a853a01b0b0d813069467995807 (patch)
tree4edb04d0a99ee88492f99eb7a09d8982b56280f9 /themes/simple/templates/category.html
work in progress css
Diffstat (limited to 'themes/simple/templates/category.html')
-rw-r--r--themes/simple/templates/category.html7
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 %}