Files
hugo/docs/content/en/methods/output-format/Rel.md
T
Bjørn Erik Pedersen 30a20122b7 Merge commit '8f3c066d23f431fb2c53d97ea489e4c28b42bd82'
# Conflicts:
#	docs/data/docs.yaml
2026-02-14 12:14:33 +01:00

442 B

title, description, categories, keywords, params
title description categories keywords params
Rel Returns the rel value of the given output format, either the default or as defined in the site configuration.
functions_and_methods
returnType signatures
string
OUTPUTFORMAT.Rel

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

{{ with .Site.Home.OutputFormats.Get "rss" }}
  {{ .Rel }} → alternate
{{ end }}