summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index be7d54a..7e16946 100644
--- a/index.html
+++ b/index.html
@@ -3,6 +3,6 @@ title: List of posts
layout: static
---
-{% for post in site.posts %}
+{% for post in paginator.posts %}
<li><a href="{{post.url}}">{{post.title}}</a></li>
{% endfor %}