HUGO
Menu
GitHub 89803 stars Mastodon

RelPermalink

Returns the relative permalink of the page generated by the current output format.
Syntax
OUTPUTFORMAT.RelPermalink
Returns
string

To use this method you must first select a specific output format from a page’s OutputFormats collection using the Get or Canonical methods.

{{ with .Site.Home.OutputFormats.Get "rss" }}
  {{ .RelPermalink }} → /index.xml
{{ end }}