X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/775174e2210a0c8c0660a7a4f1bc3d7c40aa4c4b..d3c771bb7374a6611cbd8e564f4e7bd4ea740660:/blog/index.html diff --git a/blog/index.html b/blog/index.html deleted file mode 100644 index a0d8f1a..0000000 --- a/blog/index.html +++ /dev/null @@ -1,18 +0,0 @@ ---- -layout: default -title: "Ralf's Ramblings" -slug: Blog -rss: true ---- - -{% assign num_posts = 5 %} -{% for post in site.posts %} - {% assign num_posts = num_posts | minus: 1 %} - {% 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.content }} - {% endif %} -{% endfor %}