X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/cd9f8a14cc1c051b99e52650773eda2eef0f6a03..775174e2210a0c8c0660a7a4f1bc3d7c40aa4c4b:/_layouts/default.html?ds=inline
diff --git a/_layouts/default.html b/_layouts/default.html
index e19cd91..bd9f1f6 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -5,25 +5,30 @@
-
{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}
+ {{ page.title }}{% if page.subtitle %} - {{ page.subtitle }}{% endif %}
{% if page.excerpt %}{% endif %}
-
- {% if page.rss or page.layout == 'post' %}{% endif %}
+ {% capture canonicalurl %}{{ page.url | replace:'index.html','' }}{% endcapture %}
+
+ {% if page.rss %}{% endif %}
-
+
+
+
- {% include menu.html %}
+
-
-
{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}
-
- {{ content }}
-
-
+
+ {{ content }}
+