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

470 B

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

Site configuration:

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

Template:

{{ $page := .Site.GetPage "/about" }}
{{ $page.Permalink }} → /docs/about/