summary refs log tree commit diff stats
path: root/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/post.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 0e075da..1dfbff4 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -6,3 +6,5 @@ layout: default
 <h1>{{page.title}}</h1>
 <p><em>{{post.date | date: "%-d %B %Y"}}</em></p>
 {{content}}
+
+<p><em>{{post.tags}}</em></p>
\ No newline at end of file