From e81b020d7ec89397e51739cd840003c59917a3fb Mon Sep 17 00:00:00 2001 From: "jaybe@jekyll" Date: Sun, 15 Feb 2015 14:13:46 -0600 Subject: [PATCH] Clarify pagination works from within HTML files IRC question of confusion re: wording and meaning. --- site/_docs/pagination.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/_docs/pagination.md b/site/_docs/pagination.md index c2662f04..01d627ec 100644 --- a/site/_docs/pagination.md +++ b/site/_docs/pagination.md @@ -12,9 +12,9 @@ folders you need for paginated listings.
Pagination only works within HTML files

- Pagination does not work with Markdown or Textile files in your Jekyll site. - It will only work when used within HTML files. Since you’ll likely be using - this for the list of Posts, this shouldn’t be an issue. + Pagination does not work from within Markdown or Textile files in your Jekyll site. + It will only work when called from within HTML files. For example, if you wanted + a paginated list of Posts, you would do so from within an HTML file, such as index.html.