diff --git a/_layouts/home.html b/_layouts/home.html index fa098d87..8a49047e 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -6,7 +6,7 @@ layout: archive

{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}

-{% if site.paginate %} +{% if paginator %} {% assign posts = paginator.posts %} {% else %} {% assign posts = site.posts %}