summaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index cc5caca..3cddce3 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -6,7 +6,13 @@ layout: default
<header>
<h1>
{{ page.title }}
- {% if page.wip %}<small>(WIP)</small>{% endif %}
+ <br>
+ <small>
+ {% if page.wip %}Work in progress!{% endif %}
+ {% for tag in page.tags %}
+ #{{ tag }}
+ {% endfor %}
+ </small>
</h1>
</header>
<main>