X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/b2e3f027086fdf54f6d057d7b28ec13025e72a78..c0bcd3210ce8d7ce8371df9f277a570897186ccd:/ralf/_layouts/default.html diff --git a/ralf/_layouts/default.html b/ralf/_layouts/default.html index 797739c..3ac3dee 100644 --- a/ralf/_layouts/default.html +++ b/ralf/_layouts/default.html @@ -10,10 +10,10 @@ {% if page.vars %}{% include {{ page.vars | prepend: "vars/" }} %}{% endif %} {% if pretitle %}{{ pretitle }} • {% endif %}{{ title }} - {% if page.excerpt %}{% endif %} + {% if page.excerpt %}{% endif %} - + {% if page.rss %}{% endif %} @@ -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 %}