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