Files
hugo/content/en/methods/page/RelPermalink.md
T
2025-03-05 17:03:42 -08:00

462 B

title, description, categories, keywords, params
title description categories keywords params
RelPermalink Returns the relative permalink of the given page.
functions_and_methods
returnType signatures
string
PAGE.RelPermalink

Site configuration:

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

Template:

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