hugo/docs/content/en/methods/page/Permalink.md
2023-12-04 15:24:01 +01:00

480 B

title description categories keywords action
Permalink Returns the permalink of the given page.
related returnType signatures
methods/page/RelPermalink
string
PAGE.Permalink

Site configuration:

{{< code-toggle file=hugo >}} title = 'Documentation' baseURL = 'https://example.org/docs/' {{< /code-toggle >}}

Template:

{{ $page := .Site.GetPage "/about" }}
{{ $page.RelPermalink }} → https://example.org/docs/about/