Update pagination.md - Clarify only index.html

At this time, only index.html is allowed for pagination.
This commit is contained in:
jaybe@jekyll 2015-02-16 08:48:20 -06:00
parent e81b020d7e
commit 17e4c8ab42
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ folders you need for paginated listings.
<h5>Pagination only works within HTML files</h5> <h5>Pagination only works within HTML files</h5>
<p> <p>
Pagination does not work from within Markdown or Textile files in your Jekyll site. 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 It will only work when called from within HTML files; and at this time, only index.html.
a paginated list of Posts, you would do so from within an HTML file, such as index.html. For example, if you wanted a paginated list of Posts, you would do so from within the HTML file, index.html.
</p> </p>
</div> </div>