X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/d3c771bb7374a6611cbd8e564f4e7bd4ea740660..8eddbc41761bd16213954209e840ab0218be8019:/personal/_layouts/page.html diff --git a/personal/_layouts/page.html b/personal/_layouts/page.html index 99737e0..911a35a 100644 --- a/personal/_layouts/page.html +++ b/personal/_layouts/page.html @@ -1,17 +1,9 @@ --- layout: default --- -{% if page.pretitle %} -<header class="pretitle"> - {% if page.date %} - <div class="side"><a href="{{ page.url }}">Permalink</a> ⢠{{ page.date | date: "%b %-d, %Y" }}{% if page.author %} ⢠{{ page.author }}{% endif %}{% if page.meta %} ⢠{{ page.meta }}{% endif %}</div> - {% endif %} - <h1>{{ page.pretitle }}</h1> -</header> -{% endif %} <header class="title"> - <h1>{{ page.title }}</h1> +<h1>{{ page.title }}</h1> </header> {{ content }}