summary refs log tree commit diff stats
path: root/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/post.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index c610a13..02b8d3f 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -10,7 +10,10 @@ layout: default
     <p><em style="color: gray">{{page.date | date: "%-d %B %Y"}}</em></p>
 </time>
 <p class="p-summary" style="display: none;">{{post.excerpt | strip_html | truncatewords: 20}}</p>
-
+<a rel="author" class="p-author h-card" style="display: none;" href="…">mounderfod</a>
+{% for tag in page.tags %}
+<p class="p-category" style="display: none;">{{tag}}</p>
+{% endfor %}
 <div class="e-content" style="color: black;">{{content}}</div>
 
 <p>