summaryrefslogtreecommitdiffstats
path: root/_root/tags.html
diff options
context:
space:
mode:
Diffstat (limited to '_root/tags.html')
-rw-r--r--_root/tags.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/_root/tags.html b/_root/tags.html
new file mode 100644
index 0000000..00be7bf
--- /dev/null
+++ b/_root/tags.html
@@ -0,0 +1,17 @@
+---
+title: tags
+---
+<ul class="tags">
+{{# posts.tags.all }}
+ {{> tags_list }}
+{{/ posts.tags.all }}
+</ul>
+
+{{# posts.tags.all }}
+ <h3 id="{{name}}-ref">{{name}}</h3>
+ <ul>
+ {{# posts?to_posts }}
+ <li><a href="{{url}}">{{title}}</a> <span class="date">({{date}})</span></li>
+ {{/ posts?to_posts }}
+ </ul>
+{{/ posts.tags.all }}