mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
14 lines
367 B
Markdown
14 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).
|