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:
		
						commit
						d870dfedee
					
				|  | @ -12,9 +12,11 @@ and 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 with Markdown or Textile files in your Jekyll |     Pagination does not work from within Markdown or Textile files from | ||||||
|     site. It will only work when used within HTML files. Since you’ll likely be |     your Jekyll site. Pagination works when called from within the HTML | ||||||
|     using this for the list of Posts, this shouldn’t be an issue. |     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> |   </p> | ||||||
| </div> | </div> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue