X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/075f6ea9838afa4f9888f8d58a5b7e7ed128a045..58c37cf580b10db1fb1a72fbd2635af3932be5c2:/_layouts/default.html?ds=sidebyside
diff --git a/_layouts/default.html b/_layouts/default.html
index 5fe8d4d..5d27d6c 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -5,26 +5,22 @@
-
{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}
+ {% if page.pretitle %}{{ page.pretitle }} ⢠{% endif %}{{ page.title }}
{% 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 %}
-
-
+
{{ content }}