X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/239eb42465f1fd655a2109eb5e6e5a7b548e1e3e..6680e4573ec412349c1203d35190831d5219e4f9:/personal/_includes/post-header.html?ds=inline
diff --git a/personal/_includes/post-header.html b/personal/_includes/post-header.html
index 6163cf5..435447b 100644
--- a/personal/_includes/post-header.html
+++ b/personal/_includes/post-header.html
@@ -1 +1,6 @@
-
{{ include.item.date | date: "%b %-d, %Y" }}{% if include.item.author %} ⢠{{ include.item.author }}{% endif %}{% if include.item.meta %} ⢠{{ include.item.meta }}{% endif %} â¢
Permalink
+{{ 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 %}
+ â¢
Permalink
+