446 B
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. |
|
{{% include "/_common/methods/output-formats/to-use-this-method.md" %}}
{{ with .Site.Home.OutputFormats.Get "rss" }}
{{ .Rel }} → alternate
{{ end }}