X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/677c7913f2fc2acbb24953781c0f4a8651d24584..8a997c3d9a404ff655ecaea1e2f8a2184285123d:/personal/_includes/post-header.html?ds=inline 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 @@ -
{{ 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