From 5cfef073a5db532c163ce053dce91500c0764c7e Mon Sep 17 00:00:00 2001 From: Peter Robins Date: Sat, 1 Aug 2015 11:54:59 +0100 Subject: [PATCH] Add site.html_files to variables docs and improve site.html_pages --- site/_docs/variables.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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`.