Skip to content

Commit

Permalink
Mention paginator in getting started overview
Browse files Browse the repository at this point in the history
Close #1658
  • Loading branch information
Keats committed Feb 14, 2022
1 parent 108d196 commit 4dfb35d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/content/documentation/getting-started/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ Let's now create some more templates. In the `templates` directory, create a `bl
{{ section.title }}
</h1>
<ul>
<!-- If you are using pagination, section.pages will be empty. You need to use the paginator object -->
{% for page in section.pages %}
<li><a href="{{ page.permalink | safe }}">{{ page.title }}</a></li>
{% endfor %}
Expand Down

0 comments on commit 4dfb35d

Please sign in to comment.