X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/56d4ba025a1ac4a2a69e05b1d79f2e9bde199883..4ac6ce5cb46f71d6eefa5f6e9d4a27650599199f:/_layouts/default.html
diff --git a/_layouts/default.html b/_layouts/default.html
index b373206..5d27d6c 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -5,10 +5,10 @@
-
{{ page.title }}{% if page.subtitle %} - {{ page.subtitle }}{% endif %}
+ {% if page.pretitle %}{{ page.pretitle }} ⢠{% endif %}{{ page.title }}
{% if page.excerpt %}{% endif %}
-
+
{% capture canonicalurl %}{{ page.url | replace:'index.html','' }}{% endcapture %}
{% if page.rss %}{% endif %}
@@ -22,10 +22,6 @@
-
-
{{ content }}