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)