X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/817b388356b0c0ab066e9034af475e4e2e895fc2..3cfb9b10931fa04f01d196f1192fa738520d5b0a:/ralf/_layouts/default.html diff --git a/ralf/_layouts/default.html b/ralf/_layouts/default.html index 897abcc..ca29f47 100644 --- a/ralf/_layouts/default.html +++ b/ralf/_layouts/default.html @@ -5,16 +5,15 @@ - {% assign title = page.title %} - {% assign pretitle = page.pretitle %} - {% if page.vars %}{% include {{ page.vars | prepend: "vars/" }} %}{% endif %} - - {% if pretitle %}{{ pretitle }} • {% endif %}{{ title }} - {% if page.excerpt %}{% endif %} + {{ page.title }} + {% if page.excerpt %}{% endif %} - - {% if page.rss %}{% endif %} + + {% if page.rss %} + + {% if page.category %}{% endif %} + {% endif %}
@@ -25,20 +24,6 @@
- {% comment %} Unfortunately, the variables we set above are not preserved for sub-layouts. So, we have to have all the layout here. {% endcomment %} - {% if pretitle %} -
- {% if page.date %} -
Permalink • {{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}
- {% endif %} -

{{ pretitle }}

-
- {% endif %} - -
-

{{ title }}

-
- {{ content }}