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 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.