X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/075f6ea9838afa4f9888f8d58a5b7e7ed128a045..9ec5b4c0fb5f705fa69b1629c6eaa60dae500b69:/_layouts/default.html diff --git a/_layouts/default.html b/_layouts/default.html index 5fe8d4d..5d27d6c 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -5,26 +5,22 @@ - {% 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 %}

-
- +
{{ content }}