X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/7f6dccf352d12049597d72a0c40f0c7feff2ce9b..2c1c756ec793faa5df5a1dd7abfc3f5c92f1f924:/personal/blog/index.html?ds=sidebyside
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 }}
-