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.