hugo/docs/content/en/functions/site.md
2023-05-22 16:47:07 +02:00

15 lines
367 B
Markdown

---
title: site
description: The `site` function provides global access to the same data as the `.Site` page method.
keywords: []
categories: [functions]
menu:
docs:
parent: functions
toc:
signature: ["site"]
relatedfuncs: ["hugo"]
---
`site` is a global function which returns the same data as the `.Site` page method. See: [Site Variables](/variables/site).