From abb550da4241c67acb68cc93c2c38e7c528c8cb7 Mon Sep 17 00:00:00 2001 From: Cameron Moore Date: Tue, 10 Nov 2015 21:31:52 -0600 Subject: [PATCH] Add RSSLink to SiteInfo --- content/templates/variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/templates/variables.md b/content/templates/variables.md index c8f668b55..390a26c12 100644 --- a/content/templates/variables.md +++ b/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.
+**.Site.RSSLink** The URL for the site RSS.
**.Site.Taxonomies** The [taxonomies](/taxonomies/usage/) for the entire site. Replaces the now-obsolete `.Site.Indexes` since v0.11.
**.Site.Pages** Array of all content ordered by Date, newest first. Replaces the now-deprecated `.Site.Recent` starting v0.13.
**.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: