From e81b020d7ec89397e51739cd840003c59917a3fb Mon Sep 17 00:00:00 2001 From: "jaybe@jekyll" Date: Sun, 15 Feb 2015 14:13:46 -0600 Subject: [PATCH 1/4] 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.

From 17e4c8ab42c6eafe6091d82712420091d33e5ef8 Mon Sep 17 00:00:00 2001 From: "jaybe@jekyll" Date: Mon, 16 Feb 2015 08:48:20 -0600 Subject: [PATCH 2/4] Update pagination.md - Clarify only index.html At this time, only index.html is allowed for pagination. --- site/_docs/pagination.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/_docs/pagination.md b/site/_docs/pagination.md index 01d627ec..c1b5b6c3 100644 --- a/site/_docs/pagination.md +++ b/site/_docs/pagination.md @@ -13,8 +13,8 @@ folders you need for paginated listings.
Pagination only works within HTML files

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. + It will only work when called from within HTML files; and at this time, only index.html. + For example, if you wanted a paginated list of Posts, you would do so from within the HTML file, index.html.

From 3e030ea78485bd35573736d5de2c13646ba52d32 Mon Sep 17 00:00:00 2001 From: "jaybe@jekyll" Date: Wed, 18 Feb 2015 16:16:38 -0600 Subject: [PATCH 3/4] Clarify pagination file index.html may reside in subdirectory --- site/_docs/pagination.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/site/_docs/pagination.md b/site/_docs/pagination.md index c1b5b6c3..9cd2fcff 100644 --- a/site/_docs/pagination.md +++ b/site/_docs/pagination.md @@ -12,9 +12,8 @@ folders you need for paginated listings.
Pagination only works within HTML files

- Pagination does not work from within Markdown or Textile files in your Jekyll site. - It will only work when called from within HTML files; and at this time, only index.html. - For example, if you wanted a paginated list of Posts, you would do so from within the HTML file, index.html. + Pagination does not work from within Markdown or Textile files from your Jekyll site. + Pagination works when called from within the HTML file, named `index.html`, which optionally may reside in and produce pagination from within a subdirectory, via the `pagination_path` _config.yml configuration value.

From c916f08aa30f49688e548bb6289b00f18469dcb1 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 13 Apr 2015 12:15:55 -0400 Subject: [PATCH 4/4] Reformat note in pagination docs to use proper HTML. Ref #3467 --- site/_docs/pagination.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/site/_docs/pagination.md b/site/_docs/pagination.md index 9cd2fcff..b9ba9eea 100644 --- a/site/_docs/pagination.md +++ b/site/_docs/pagination.md @@ -12,8 +12,11 @@ folders you need for paginated listings.
Pagination only works within HTML files

- Pagination does not work from within Markdown or Textile files from your Jekyll site. - Pagination works when called from within the HTML file, named `index.html`, which optionally may reside in and produce pagination from within a subdirectory, via the `pagination_path` _config.yml configuration value. + Pagination does not work from within Markdown or Textile files from + your Jekyll site. Pagination works when called from within the HTML + file, named index.html, which optionally may reside in and + produce pagination from within a subdirectory, via the + pagination_path configuration value.