Name
Returns the identifier of the given output format.
- Syntax
- OUTPUTFORMAT.Name
- 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" }}
{{ .Name }} → rss
{{ end }}Last updated:
February 14, 2026
:
Merge commit '8f3c066d23f431fb2c53d97ea489e4c28b42bd82' (3e2f98235)
Improve this page