Files
hugo/docs/content/en/methods/output-format/Rel.md
T
2026-02-25 10:29:05 +01:00

19 lines
446 B
Markdown

---
title: Rel
description: Returns the rel value of the given output format, either the default or as defined in your project configuration.
categories: []
keywords: []
params:
functions_and_methods:
returnType: string
signatures: [OUTPUTFORMAT.Rel]
---
{{% include "/_common/methods/output-formats/to-use-this-method.md" %}}
```go-html-template
{{ with .Site.Home.OutputFormats.Get "rss" }}
{{ .Rel }} → alternate
{{ end }}
```