Files
hugo/content/en/methods/page/Permalink.md
T
2023-11-04 21:01:42 -07:00

480 B

title, description, categories, keywords, action
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/