Files
hugo/docs/content/en/functions/site.md
2021-10-31 13:53:55 +01:00

531 B

title, linktitle, description, date, publishdate, lastmod, keywords, categories, menu, toc, signature, workson, hugoversion, relatedfuncs, deprecated, draft, aliases
title linktitle description date publishdate lastmod keywords categories menu toc signature workson hugoversion relatedfuncs deprecated draft aliases
site site The `site` function provides global access to the same data as the `.Site` page method. 2021-02-11 2021-02-11 2021-02-11
functions
docs
parent
functions
site
hugo
false false

site is a global function which returns the same data as the .Site page method. See: [Site Variables]({{< relref "/variables/site" >}}).