X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/db121b7e3203f2f573b91e6b42e2daa975d1f2c9..677c7913f2fc2acbb24953781c0f4a8651d24584:/personal/_layouts/default.html?ds=sidebyside 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 %}