X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/cf8145d8e8cb87e75171718c88355137d1a900ef..aa1de30942cd57a8101bc8b3fc1ffea3c591b0a8:/_layouts/page.html diff --git a/_layouts/page.html b/_layouts/page.html index 9397774..6858d0a 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -1,6 +1,15 @@ --- 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 }}