Merge branch 'jaybe-jekyll-patch-1'

* jaybe-jekyll-patch-1:
  Reformat note in pagination docs to use proper HTML. Ref #3467
  Clarify pagination file index.html may reside in subdirectory
  Update pagination.md - Clarify only index.html
  Clarify pagination works from within HTML files
This commit is contained in:
Parker Moore 2015-04-13 12:16:47 -04:00
commit d870dfedee
1 changed files with 5 additions and 3 deletions

View File

@ -12,9 +12,11 @@ and folders you need for paginated listings.
<div class="note info">
<h5>Pagination only works within HTML files</h5>
<p>
Pagination does not work with Markdown or Textile files in your Jekyll
site. It will only work when used within HTML files. Since youll likely be
using this for the list of Posts, this shouldnt be an issue.
Pagination does not work from within Markdown or Textile files from
your Jekyll site. Pagination works when called from within the HTML
file, named <code>index.html</code>, which optionally may reside in and
produce pagination from within a subdirectory, via the
<code>pagination_path</code> configuration value.
</p>
</div>