X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/7f6dccf352d12049597d72a0c40f0c7feff2ce9b..6680e4573ec412349c1203d35190831d5219e4f9:/personal/blog/index.html?ds=inline
diff --git a/personal/blog/index.html b/personal/blog/index.html
index 380aaaa..f85ed56 100644
--- a/personal/blog/index.html
+++ b/personal/blog/index.html
@@ -5,16 +5,4 @@ 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 }}
-