Merge commit 'f96384a3b596f9bc0a3a035970b09b2c601f0ccb'

This commit is contained in:
Bjørn Erik Pedersen
2023-05-22 16:47:07 +02:00
341 changed files with 3107 additions and 4238 deletions

View File

@@ -1,23 +1,14 @@
---
title: site
linktitle: site
description: The `site` function provides global access to the same data as the `.Site` page method.
date: 2021-02-11
publishdate: 2021-02-11
lastmod: 2021-02-11
keywords: []
categories: [functions]
menu:
docs:
parent: "functions"
parent: functions
toc:
signature: ["site"]
workson: []
hugoversion:
relatedfuncs: ["hugo"]
deprecated: false
draft: false
aliases: []
---
`site` is a global function which returns the same data as the `.Site` page method. See: [Site Variables]({{< relref "/variables/site" >}}).
`site` is a global function which returns the same data as the `.Site` page method. See: [Site Variables](/variables/site).