Clarify pagination file index.html may reside in subdirectory
This commit is contained in:
parent
17e4c8ab42
commit
3e030ea784
|
@ -12,9 +12,8 @@ folders you need for paginated listings.
|
||||||
<div class="note info">
|
<div class="note info">
|
||||||
<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 from your Jekyll site.
|
||||||
It will only work when called from within HTML files; and at this time, only index.html.
|
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.
|
||||||
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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue