diff options
Diffstat (limited to 'themes/classic/source/index.html')
-rw-r--r-- | themes/classic/source/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/classic/source/index.html b/themes/classic/source/index.html index d6ff868e..47d848e3 100644 --- a/themes/classic/source/index.html +++ b/themes/classic/source/index.html @@ -3,8 +3,8 @@ layout: default blog_index: true --- {% assign index = true %} -{% for page in paginator.posts %} -{% assign content = page.content %} +{% for post in paginator.posts %} +{% assign content = post.content %} <article> {% include article.html %} </article> |