From eab2b438c958166bf034cfbf78fe17f74f3ef7d5 Mon Sep 17 00:00:00 2001 From: EricH Date: Tue, 17 May 2016 13:54:42 -0400 Subject: [PATCH] Replaced markdown ` with inside HTML block --- site/_docs/pagination.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/pagination.md b/site/_docs/pagination.md index 35361b2b..1ef2d496 100644 --- a/site/_docs/pagination.md +++ b/site/_docs/pagination.md @@ -133,7 +133,7 @@ attributes:
Pagination does not support tags or categories

Pagination pages through every post in the posts - variable unless a post has `hidden: true` in its YAML Front Matter. + variable unless a post has hidden: true in its YAML Front Matter. It does not currently allow paging over groups of posts linked by a common tag or category. It cannot include any collection of documents because it is restricted to posts.