Beefs up variables.md
Adds site.data Adds site.collections Adds site.html_pages
This commit is contained in:
parent
d34f1d2c1a
commit
a79279b1cc
|
@ -122,6 +122,30 @@ following is a reference of the available data.
|
||||||
|
|
||||||
</p></td>
|
</p></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><p><code>site.html_pages</code></p></td>
|
||||||
|
<td><p>
|
||||||
|
|
||||||
|
A list of all HTML Pages.
|
||||||
|
|
||||||
|
</p></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><p><code>site.collections</code></p></td>
|
||||||
|
<td><p>
|
||||||
|
|
||||||
|
A list of all the collections.
|
||||||
|
|
||||||
|
</p></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><p><code>site.data</code></p></td>
|
||||||
|
<td><p>
|
||||||
|
|
||||||
|
A list containing the data loaded from the YAML files located in the <code>_data</code> directory.
|
||||||
|
|
||||||
|
</p></td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><p><code>site.documents</code></p></td>
|
<td><p><code>site.documents</code></p></td>
|
||||||
<td><p>
|
<td><p>
|
||||||
|
|
Loading…
Reference in New Issue