Add site.html_files to variables docs and improve site.html_pages

This commit is contained in:
Peter Robins 2015-08-01 11:54:59 +01:00
parent 0b79059310
commit 5cfef073a5
1 changed files with 9 additions and 1 deletions

View File

@ -125,7 +125,15 @@ following is a reference of the available data.
<td><p><code>site.html_pages</code></p></td>
<td><p>
A list of all HTML Pages.
A subset of `site.pages` listing those which end in `.html`.
</p></td>
</tr>
<tr>
<td><p><code>site.html_files</code></p></td>
<td><p>
A subset of `site.static_files` listing those which end in `.html`.
</p></td>
</tr>