mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 13:44:51 -04:00
Remove deprecated RSSLink from page variables
This commit is contained in:
parent
1c3fb6ed30
commit
7013ee43e7
@ -126,9 +126,6 @@ See also `.ExpiryDate`, `.Date`, `.PublishDate`, and [`.GitInfo`][gitinfo].
|
|||||||
.PublishDate
|
.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`.
|
: 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
|
.RawContent
|
||||||
: raw markdown content without the front matter. Useful with [remarkjs.com](
|
: raw markdown content without the front matter. Useful with [remarkjs.com](
|
||||||
https://remarkjs.com)
|
https://remarkjs.com)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user