summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_layouts/post.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 78a0eb1..fbaae44 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -12,6 +12,13 @@
<h1 id="logo">{{site.title}}</h1>
<h1>{{page.title}}</h1>
+ <aside>
+ <h3>Tags</h3>
+ {% for tag in page.tags %}
+ <li>{{tag}}</li>
+ {% endfor %}
+ </aside>
+
{{content}}
</div>
</body>