diff --git a/site/_docs/variables.md b/site/_docs/variables.md index d3c5d946..d4fb5293 100644 --- a/site/_docs/variables.md +++ b/site/_docs/variables.md @@ -125,7 +125,15 @@ following is a reference of the available data.
site.html_pages
- A list of all HTML Pages. + A subset of `site.pages` listing those which end in `.html`. + +
site.html_files
+ + A subset of `site.static_files` listing those which end in `.html`.