summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorCameron Moore <moorereason@gmail.com>2015-11-10 21:31:52 -0600
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2015-11-20 23:38:15 +0100
commit3abb2675c5afa3c31119dcb09a9143c87b85eda6 (patch)
tree36504126fcbfa29046a82cc8738306de6d1e04d0 /docs
parentafbd52f78e20892073a29dbe9c4a4dec75b4ddac (diff)
Add RSSLink to SiteInfo
Diffstat (limited to 'docs')
-rw-r--r--docs/content/templates/variables.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/content/templates/variables.md b/docs/content/templates/variables.md
index c8f668b55..390a26c12 100644
--- a/docs/content/templates/variables.md
+++ b/docs/content/templates/variables.md
@@ -111,6 +111,7 @@ The last two can also be reversed: **.Data.Terms.Alphabetical.Reverse**, **.Data
Also available is `.Site` which has the following:
**.Site.BaseURL** The base URL for the site as defined in the site configuration file.<br>
+**.Site.RSSLink** The URL for the site RSS.<br>
**.Site.Taxonomies** The [taxonomies](/taxonomies/usage/) for the entire site. Replaces the now-obsolete `.Site.Indexes` since v0.11.<br>
**.Site.Pages** Array of all content ordered by Date, newest first. Replaces the now-deprecated `.Site.Recent` starting v0.13.<br>
**.Site.Params** A container holding the values from the `params` section of your site configuration file. For example, a TOML config file might look like this: