Remove the space in `. RelPermalink`
authorYihui Xie <xie@yihui.name>
Wed, 10 Apr 2019 18:50:51 +0000 (13:50 -0500)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 10 Apr 2019 20:45:20 +0000 (22:45 +0200)
The same fix as 3b86b4a9f5ce010c9714d813d5b8ecddda22c69f, applied to doc.

docs/content/en/variables/page.md

index c8ca5ac8312060c0b82b8758e899d59bab0a00e7..2e1beb6cbca6199773c742382208e2e0d18003a5 100644 (file)
@@ -124,7 +124,7 @@ See also `.ExpiryDate`, `.Date`, `.PublishDate`, and [`.GitInfo`][gitinfo].
 : 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 }}`.
+: 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](