X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/cf8145d8e8cb87e75171718c88355137d1a900ef..9ec5b4c0fb5f705fa69b1629c6eaa60dae500b69:/_layouts/page.html diff --git a/_layouts/page.html b/_layouts/page.html index 9397774..99737e0 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -1,7 +1,16 @@ --- layout: default --- -
+{% if page.pretitle %} +
+ {% if page.date %} +
Permalink • {{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}
+ {% endif %} +

{{ page.pretitle }}

+
+{% endif %} + +

{{ page.title }}