-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,18 @@ | ||
--- | ||
layout: page | ||
paginate: true | ||
--- | ||
|
||
{{ content }} | ||
|
||
<div class="entries-{{ page.entries_layout | default: 'list' }}"> | ||
<!-- {%- if site.plugins contains 'jekyll-paginate' and page.paginate or site.gems contains 'jekyll-paginate' and page.paginate -%} | ||
{%- if site.plugins contains 'jekyll-paginate' and page.paginate or site.gems contains 'jekyll-paginate' and page.paginate -%} | ||
{%- comment -%} | ||
Add paginator.posts loop if jekyll-paginate plugin is enabled | ||
and page.paginate == true | ||
{%- endcomment -%} | ||
{% include posts-paginated.html %} | ||
{%- else -%} | ||
{% include posts-limit.html %} | ||
{%- endif -%} --> | ||
{% include posts-paginated.html %} | ||
{%- endif -%} | ||
<!-- {% include posts-paginated.html %} --> | ||
</div> |