mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
463 B
463 B
title, description, categories, keywords, params
title | description | categories | keywords | params | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Permalink | Returns the 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.Permalink }} → https://example.org/docs/about/