mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-25 07:48:52 +00:00
30a20122b7
# Conflicts: # docs/data/docs.yaml
443 B
443 B
title, description, categories, keywords, params
| title | description | categories | keywords | params | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| RelPermalink | Returns the relative permalink of the page generated by the current output format. |
|
{{% include "/_common/methods/output-formats/to-use-this-method.md" %}}
{{ with .Site.Home.OutputFormats.Get "rss" }}
{{ .RelPermalink }} → /index.xml
{{ end }}