Permalink
Returns the permalink of the given page.
Syntax
PAGE.Permalink
Returns
string
Project configuration:
baseURL: https://example.org/docs/
title: Documentation
baseURL = 'https://example.org/docs/'
title = 'Documentation'
{
"baseURL": "https://example.org/docs/",
"title": "Documentation"
}
Template:
{{ $page := .Site.GetPage "/about" }}
{{ $page.Permalink }} → https://example.org/docs/about/Last updated:
February 15, 2026
:
content: Rename site configuration to project configuration (phase 1) (f3ae0ce86)
Improve this page