X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/931546ff862b5b310ecb900e64429ae4f76535d5..cf8145d8e8cb87e75171718c88355137d1a900ef:/_layouts/default.html diff --git a/_layouts/default.html b/_layouts/default.html index 3abd894..aba9c6c 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -5,27 +5,23 @@ - {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} + {% if page.pretitle %}{{ page.pretitle }} • {% endif %}{{ page.title }} {% if page.excerpt %}{% endif %} {% capture canonicalurl %}{{ page.url | replace:'index.html','' }}{% endcapture %} - {% if page.rss or page.layout == 'post' %}{% endif %} + {% if page.rss %}{% endif %} +
-
- -
-

{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}

-
- -