X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/817b388356b0c0ab066e9034af475e4e2e895fc2..1f0f3080db6e753e81d3c5cc8efccd2894400d61:/ralf/_layouts/default.html diff --git a/ralf/_layouts/default.html b/ralf/_layouts/default.html index 897abcc..721c6f0 100644 --- a/ralf/_layouts/default.html +++ b/ralf/_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 %}