X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/775174e2210a0c8c0660a7a4f1bc3d7c40aa4c4b..9ec5b4c0fb5f705fa69b1629c6eaa60dae500b69:/blog/index.html diff --git a/blog/index.html b/blog/index.html index a0d8f1a..70032ce 100644 --- a/blog/index.html +++ b/blog/index.html @@ -1,5 +1,4 @@ --- -layout: default title: "Ralf's Ramblings" slug: Blog rss: true @@ -11,7 +10,7 @@ rss: true {% if num_posts >= 0 %}
Permalink • {{ post.date | date: "%b %-d, %Y" }}{% if post.author %} • {{ post.author }}{% endif %}{% if post.meta %} • {{ post.meta }}{% endif %}
-

{{ post.subtitle }}

+

{{ post.title }}

{{ post.content }} {% endif %}