summaryrefslogtreecommitdiff
path: root/src/pyssg/plt/tag_index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/pyssg/plt/tag_index.html')
-rw-r--r--src/pyssg/plt/tag_index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/pyssg/plt/tag_index.html b/src/pyssg/plt/tag_index.html
new file mode 100644
index 0000000..0d80265
--- /dev/null
+++ b/src/pyssg/plt/tag_index.html
@@ -0,0 +1,11 @@
+{%extends "base.html"%}
+{%block head_title%}
+ <title>Posts filtered by {{tag}} -- {{config['title']}}</title>
+{%endblock head_title%}
+
+{%block body_content%}
+ <h1>Posts filtered by {{tag}}</h1>
+
+ {%import "page_list.html" as page_list%}
+ {{page_list.print("Articles", tag_pages)}}
+{%endblock body_content%}