summaryrefslogtreecommitdiff
path: root/theme/cccevents/templates/tag.html
diff options
context:
space:
mode:
Diffstat (limited to 'theme/cccevents/templates/tag.html')
-rw-r--r--theme/cccevents/templates/tag.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/theme/cccevents/templates/tag.html b/theme/cccevents/templates/tag.html
new file mode 100644
index 0000000..f8d5dde
--- /dev/null
+++ b/theme/cccevents/templates/tag.html
@@ -0,0 +1,7 @@
1{% extends "index.html" %}
2
3{% block title %}{{ SITENAME }} - Articles tagged with {{ tag }}{% endblock %}
4
5{% block content_title %}
6 <h1>Articles tagged with {{ tag }}</h1>
7{% endblock content_title %}