aboutsummaryrefslogtreecommitdiff
path: root/theme/templates
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-04-12 10:45:16 -0500
committerChristian Cleberg <[email protected]>2026-04-12 10:45:16 -0500
commit36e16946cfe11b907e0144ada68228d3c4bf7b97 (patch)
tree5d5c08825f0ad22c66d92d242e61f7878a6d829f /theme/templates
parentb41f62c2851f2ac1b4eeb8acad483c2ef8af9be5 (diff)
downloadcleberg.net-36e16946cfe11b907e0144ada68228d3c4bf7b97.tar.gz
cleberg.net-36e16946cfe11b907e0144ada68228d3c4bf7b97.tar.bz2
cleberg.net-36e16946cfe11b907e0144ada68228d3c4bf7b97.zip
fix: refactor tags page rendering and auto-include new blog tags
Diffstat (limited to 'theme/templates')
-rw-r--r--theme/templates/tags.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/theme/templates/tags.html b/theme/templates/tags.html
new file mode 100644
index 0000000..83619d4
--- /dev/null
+++ b/theme/templates/tags.html
@@ -0,0 +1,6 @@
+{% extends "base.html" %} {% block subtitle %}tags - {% endblock %} {% block main %}
+<h1>Tags</h1>
+<p>Browse posts by topic.</p>
+<!-- BEGIN_TAGS -->
+<!-- END_TAGS -->
+{% endblock %}