mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 23:38:53 +00:00
30a20122b7
# Conflicts: # docs/data/docs.yaml
444 B
444 B
title, description, categories, keywords, params
| title | description | categories | keywords | params | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Permalink | Returns the 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" }}
{{ .Permalink }} → https://example.org/index.xml
{{ end }}