X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/56d4ba025a1ac4a2a69e05b1d79f2e9bde199883..cf8145d8e8cb87e75171718c88355137d1a900ef:/_layouts/post.html diff --git a/_layouts/post.html b/_layouts/post.html index 5ed4c68..d6500b9 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,12 +1,17 @@ --- layout: default -title: "Ralf's Ramblings" +pretitle: "Ralf's Ramblings" rss: true --- -
+
Permalink • {{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}
-

{{ page.subtitle }}

+

{{ page.pretitle }}

+
+

{{ page.title }}

+
+ + {{ content }}