X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/6c949abba207d1943b6ecb6a727cbd3225346498..6b6fea89388f806b42cda8ec35c52628c426d144:/personal/_layouts/default.html diff --git a/personal/_layouts/default.html b/personal/_layouts/default.html deleted file mode 100644 index 3ac3dee..0000000 --- a/personal/_layouts/default.html +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - {% 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 %}{% 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 %} -
- -
- -