Skip to content

Commit 3190c30

Browse files
committed
try fix post iterator
1 parent f3d0fc9 commit 3190c30

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
title: Solar Theme
44
---
55

6-
{% for post in paginator.posts %}
6+
{% for post in site.posts %}
77

88
<article class="post">
99

@@ -23,7 +23,6 @@ <h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
2323
{% endfor %}
2424

2525

26-
2726
{% if paginator.total_pages > 1 %}
2827
<div class="postnavigation">
2928

0 commit comments

Comments
 (0)