X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/bc8bbcf168afb52ec0bdd219122e8b817c361468..56d4ba025a1ac4a2a69e05b1d79f2e9bde199883:/_layouts/default.html?ds=inline
diff --git a/_layouts/default.html b/_layouts/default.html
index cff4389..b373206 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -5,29 +5,28 @@
-
{{ page.title }}
+ {{ 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 %}
-
-
-
-
+
- {{ content }}
+
+
+ {{ content }}