From b16d525134ce8a50adbad6f2f2d04e10945674ec Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Mon, 16 Sep 2019 11:46:17 +0200 Subject: [PATCH] Mention feed_url in docs --- docs/content/documentation/templates/rss.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/content/documentation/templates/rss.md b/docs/content/documentation/templates/rss.md index 8d1513c..8be0a24 100644 --- a/docs/content/documentation/templates/rss.md +++ b/docs/content/documentation/templates/rss.md @@ -10,8 +10,9 @@ directory or, if one does not exist, will use the use the built-in rss template. **Only pages with a date will be available.** -The RSS template gets two variables in addition of the config: +The RSS template gets three variables in addition of the config: +- `feed_url`: the full url to that specific feed - `last_build_date`: the date of the latest post - `pages`: see [the page variables](@/documentation/templates/pages-sections.md#page-variables) for a detailed description of what this contains