X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/7f6dccf352d12049597d72a0c40f0c7feff2ce9b..cda89d14db9bea242d0da4aae3b2039f455b1cdb:/personal/blog/index.html
diff --git a/personal/blog/index.html b/personal/blog/index.html
index 380aaaa..2799553 100644
--- a/personal/blog/index.html
+++ b/personal/blog/index.html
@@ -1,20 +1,9 @@
---
-vars: blog-index.html
+title: Ralf's Ramblings
+layout: page
slug: Blog
rss: true
sort: 10
---
-{% assign num_posts = 5 %}
-{% for post in site.posts %}
- {% assign num_posts = num_posts | minus: 1 %}
- {% if num_posts >= 0 %}
- {{ post.title }}
-