1
0
Fork 0
hugo/docs/content/en/methods/page/RelPermalink.md

473 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.RelPermalink }} → /docs/about/