X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/cd9f8a14cc1c051b99e52650773eda2eef0f6a03..e9a79c5e1c42ff03e44b32b90963c923d166861a:/_layouts/default.html
diff --git a/_layouts/default.html b/_layouts/default.html
index e19cd91..5d27d6c 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -5,25 +5,25 @@
-
{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}
+ {% if page.pretitle %}{{ page.pretitle }} ⢠{% endif %}{{ page.title }}
{% 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 }}
+