X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/ef3c90204b29069bc815c0bd659af338e73629d5..0984d955528e45c4322c95dc4975973fafc23ffc:/ralf/_layouts/page.html diff --git a/ralf/_layouts/page.html b/ralf/_layouts/page.html index d3b16f2..911a35a 100644 --- a/ralf/_layouts/page.html +++ b/ralf/_layouts/page.html @@ -1,52 +1,9 @@ - - +--- +layout: default +--- - - - +
+

{{ page.title }}

+
- {% 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 %} - - - - {% if page.rss %} - - {% if page.category %}{% endif %} - {% endif %} - - -
- - - -
- {% 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.post %} - {% include post-header.html item=page %} - {% endif %} -

{{ pretitle }}

-
- {% endif %} - -
-

{{ title }}

-
- - {{ content }} - - {% if page.post %}

Comments? Drop me a mail!

{% endif %} -
- -
- - +{{ content }}