summaryrefslogtreecommitdiffstats
path: root/docs/content/en/variables/site.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/variables/site.md')
-rw-r--r--docs/content/en/variables/site.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/variables/site.md b/docs/content/en/variables/site.md
index d3df29609..2300c2cb8 100644
--- a/docs/content/en/variables/site.md
+++ b/docs/content/en/variables/site.md
@@ -22,7 +22,7 @@ The following is a list of site-level (aka "global") variables. Many of these va
## Get the Site object from a partial
-All the methods below, e.g. `.Site.RegularPages` can also be reached via the global `site` function, e.g. `site.RegularPages`, which can be handy in partials where the `Page` object isn't easily available. {{< new-in "0.53" >}}.
+All the methods below, e.g. `.Site.RegularPages` can also be reached via the global [`site`](/functions/site/) function, e.g. `site.RegularPages`, which can be handy in partials where the `Page` object isn't easily available. {{< new-in "0.53" >}}.
## Site Variables List