Add site.html_files to variables docs and improve site.html_pages
This commit is contained in:
parent
0b79059310
commit
5cfef073a5
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue