summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYihui Xie <xie@yihui.name>2019-04-10 13:50:51 -0500
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-04-10 22:45:20 +0200
commit7966c0b5b7b2297527f8be9040b793de5e4e3f48 (patch)
tree1cf442f9ad8fd9f5f24bc3565ccce7fd6f7b9a3e
parentcc98fc8ad20525d08a9c028680afba8807faa9bb (diff)
Remove the space in `. RelPermalink`
The same fix as 3b86b4a9f5ce010c9714d813d5b8ecddda22c69f, applied to doc.
-rw-r--r--docs/content/en/variables/page.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/variables/page.md b/docs/content/en/variables/page.md
index c8ca5ac83..2e1beb6cb 100644
--- a/docs/content/en/variables/page.md
+++ b/docs/content/en/variables/page.md
@@ -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](