summaryrefslogtreecommitdiffstats
path: root/templates/entry.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/entry.html')
-rw-r--r--templates/entry.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/entry.html b/templates/entry.html
index f44567a..619c429 100644
--- a/templates/entry.html
+++ b/templates/entry.html
@@ -9,6 +9,16 @@
<div>
{{ content }}
</div>
+ <footer>
+ {% if 'tags' in entry %}
+ <div id="tags">
+ Tags:
+ {% for tag in entry['tags'] %}
+ <a href="tag-{{ tag }}.html">{{ tag }}</a>
+ {% endfor %}
+ </div>
+ {% endif %}
+ </footer>
</article>
<nav>
<div id="post-nav">