Merge pull request #3880 from probins/patch-1

Merge pull request 3880
This commit is contained in:
Parker Moore 2015-08-04 16:12:39 -07:00
commit 1b88345933
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>