Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit de905be

Browse files
committedJan 25, 2020
Fix compatibility issue with paginate V2 introduced by mmistakes#2378
1 parent ec0b288 commit de905be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎_layouts/home.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<h3 class="archive__subtitle">{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}</h3>
88

9-
{% if site.paginate %}
9+
{% if paginator %}
1010
{% assign posts = paginator.posts %}
1111
{% else %}
1212
{% assign posts = site.posts %}

0 commit comments

Comments
 (0)
Please sign in to comment.