Pagination updates
This commit is contained in:
parent
3190be1e5e
commit
7c8f22f73e
|
@ -10,7 +10,7 @@ layout: default
|
|||
|
||||
<div>
|
||||
<header class="section-title">
|
||||
<h2>Posts</h2>
|
||||
<h2>Posts{% if paginator.page > 1 %}{{ paginator.page | prepend: ' - Page '}}{{ paginator.total_pages | prepend: ' of ' }}{% endif %}</h2>
|
||||
</header>
|
||||
<div class="entries">
|
||||
{% if site.gems contains 'jekyll-paginate' and page.paginate %}
|
||||
|
|
|
@ -41,7 +41,7 @@ feed:
|
|||
path: atom.xml
|
||||
|
||||
# Pagination - https://jekyllrb.com/docs/pagination/
|
||||
paginate: 5
|
||||
paginate: 10
|
||||
paginate_path: /page:num/
|
||||
|
||||
# Link to specific internal pages in the navigation.
|
||||
|
|
Loading…
Reference in New Issue