From 7013ee43e7a055b419aaba96235c970ed3256e54 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Tue, 25 Jan 2022 06:09:21 -0800 Subject: [PATCH] Remove deprecated RSSLink from page variables --- content/en/variables/page.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/content/en/variables/page.md b/content/en/variables/page.md index 9987fb53f..b489bd9e2 100644 --- a/content/en/variables/page.md +++ b/content/en/variables/page.md @@ -126,9 +126,6 @@ See also `.ExpiryDate`, `.Date`, `.PublishDate`, and [`.GitInfo`][gitinfo]. .PublishDate : the date on which the content was or will be published; `.Publishdate` pulls from the `publishdate` field in a content's front matter. See also `.ExpiryDate`, `.Date`, and `.Lastmod`. -.RSSLink (deprecated) -: link to the page's RSS feed. This is deprecated. You should instead do something like this: `{{ with .OutputFormats.Get "RSS" }}{{ .RelPermalink }}{{ end }}`. - .RawContent : raw markdown content without the front matter. Useful with [remarkjs.com]( https://remarkjs.com)