X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/075f6ea9838afa4f9888f8d58a5b7e7ed128a045..775174e2210a0c8c0660a7a4f1bc3d7c40aa4c4b:/_layouts/default.html
diff --git a/_layouts/default.html b/_layouts/default.html
index 5fe8d4d..bd9f1f6 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -5,28 +5,29 @@
-
{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}
+ {{ page.title }}{% if page.subtitle %} - {{ page.subtitle }}{% endif %}
{% 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 %}
+ {{ page.title }}
- {{ content }}
+ {{ content }}