You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

462 B

title description categories keywords params
RelPermalink Returns the relative permalink of the given page. [] [] [{functions_and_methods [{returnType string} {signatures [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/