X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/458f641e8782b0b55e9ef8d2c6534de581c69b9c..775174e2210a0c8c0660a7a4f1bc3d7c40aa4c4b:/_layouts/default.html?ds=inline
diff --git a/_layouts/default.html b/_layouts/default.html
index 7db3ba6..bd9f1f6 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -5,29 +5,30 @@
-
{% 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 %}
-
-
-
- {% include menu-level.html menu=site.structure base="" above=true %}
-
-
-
- {{ content }}
-
+
+
+
+
+
+ {{ content }}
+