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

446 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 your project 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 }}