Files
2026-07-13 11:58:46 +08:00

444 B

title, description, categories, keywords, params
title description categories keywords params
Permalink Returns the permalink of the page generated by the current output format.
functions_and_methods
returnType signatures
string
OUTPUTFORMAT.Permalink

{{% include "/_common/methods/output-formats/to-use-this-method.md" %}}

{{ with .Site.Home.OutputFormats.Get "rss" }}
  {{ .Permalink }} → https://example.org/index.xml
{{ end }}