X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/24fe480eba0379246fb3299dab1cfb46fcd923b5..fe0a377b987fe288a1b26904a8ba78928edff09c:/personal/_includes/post-header.html?ds=sidebyside

diff --git a/personal/_includes/post-header.html b/personal/_includes/post-header.html
index 6163cf5..0d98fd8 100644
--- a/personal/_includes/post-header.html
+++ b/personal/_includes/post-header.html
@@ -1 +1,5 @@
-<div class="side">{{ include.item.date | date: "%b %-d, %Y" }}{% if include.item.author %} • {{ include.item.author }}{% endif %}{% if include.item.meta %} • {{ include.item.meta }}{% endif %} • <a href="{{ include.item.url }}">Permalink</a></div>
+{{ include.item.date | date: "%b %-d, %Y" }}
+{% if include.item.author %} • {{ include.item.author }}{% endif %}
+{% if include.item.meta %} • {{ include.item.meta }}{% endif %}
+{% if include.item.categories %}  • {{ include.item.categories | category_links }}{% endif %}
+ • <a href="{{ include.item.url }}">Permalink</a>