X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/032688e5cf147ccfc85c892eb9c34a4fae488a1f..24fe480eba0379246fb3299dab1cfb46fcd923b5:/personal/_layouts/default.html diff --git a/personal/_layouts/default.html b/personal/_layouts/default.html index 897abcc..721c6f0 100644 --- a/personal/_layouts/default.html +++ b/personal/_layouts/default.html @@ -28,8 +28,8 @@ {% comment %} Unfortunately, the variables we set above are not preserved for sub-layouts. So, we have to have all the layout here. {% endcomment %} {% if pretitle %}
- {% if page.date %} -
Permalink • {{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}
+ {% if page.post %} + {% include post-header.html item=page %} {% endif %}

{{ pretitle }}

@@ -40,6 +40,8 @@ {{ content }} + + {% if page.post %}

Comments? Drop me a mail!

{% endif %}