mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 23:38:53 +00:00
2fcd21ee5c
Closes #2967
462 B
462 B
title, description, categories, keywords, params
| title | description | categories | keywords | params | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| RelPermalink | Returns the relative permalink of the given page. |
|
Site configuration:
{{< code-toggle file=hugo >}} title = 'Documentation' baseURL = 'https://example.org/docs/' {{< /code-toggle >}}
Template:
{{ $page := .Site.GetPage "/about" }}
{{ $page.RelPermalink }} → /docs/about/