Skip to content

Commit 8509585

Browse files
authored
Merge pull request #916 from swierczek/patch-2
Add pagination note for less than 1 page of content
2 parents 4b69f54 + 63e6244 commit 8509585

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/templates/pagination.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ The second method is a more traditional "next page" / "previous page" output:
2323

2424
Pagination will also automatically restrict itself to any category you're currently viewing. So if you have a category specified in your channel entries tag or you are viewing the entries of a category, then the pagination links will automatically restrict themselves to only entries in that category.
2525

26+
NOTE: **Note:** If there is not enough content for more than one page, nothing will be output by these tags.
27+
2628
## Example Code
2729

2830
Here are two basic code examples, one for each of the methods mentioned above. Information about the variables and parameters are covered later.

0 commit comments

Comments
 (0)