aboutsummaryrefslogtreecommitdiff
path: root/theme/templates
diff options
context:
space:
mode:
Diffstat (limited to 'theme/templates')
-rw-r--r--theme/templates/post.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/theme/templates/post.html b/theme/templates/post.html
index 58bdb72..c8c1eb9 100644
--- a/theme/templates/post.html
+++ b/theme/templates/post.html
@@ -14,6 +14,12 @@
<time datetime='{{ post.date|strftime("%Y-%m-%d") }}'
>&lt;{{ post.date|strftime("%Y-%m-%d %a %H:%M:%S") }}&gt;</time
>
+ {% endif %} {% if post.filetags %}
+ <p class="tags">
+ {% for tag in post.filetags %}
+ <span class="tag">{{ tag }}</span>
+ {% endfor %}
+ </p>
{% endif %}
</section>
<section>{{ post.html | safe }}</section>