X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/2af997a3ebc742057551ac0de6e750fe728326eb..8de1d5def17a519c730931e44207ccdb228b286d:/ralf/_includes/post-header.html?ds=inline diff --git a/ralf/_includes/post-header.html b/ralf/_includes/post-header.html index 435447b..0d98fd8 100644 --- a/ralf/_includes/post-header.html +++ b/ralf/_includes/post-header.html @@ -1,6 +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 %} - {% if include.item.categories %} ⢠{{ include.item.categories | category_links }}{% 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>