mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-03 20:22:38 +00:00
456 B
456 B
title
| title |
|---|
| server-relative |
A server-relative path is the final path from the web server's root, used in the generated site. These paths always begin with a leading slash and account for the baseURL and content dimension prefixes such as language, role, or version. For example, /en/examples/old-name/ is a server-relative path.
See also: page-relative, site-relative.