HUGO
Menu
GitHub 89803 stars Mastodon

Permalink

Returns the permalink of the page generated by the current output format.
Syntax
OUTPUTFORMAT.Permalink
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" }}
  {{ .Permalink }} → https://example.org/index.xml
{{ end }}