From 45d126a804191da4636255e3983cd15a60a30438 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Thu, 15 Apr 2021 00:55:03 -0700 Subject: [PATCH] fix typo, this should be node.. --- docs/templates.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates.rst b/docs/templates.rst index 6c6fc9c..600d1b0 100644 --- a/docs/templates.rst +++ b/docs/templates.rst @@ -52,7 +52,7 @@ Hyde by default makes the following variables available for templates: - Context variables: all variables defined under the ``context`` section of the site configuration are available to the templates. -Read more information about the ``site``, ``mode``, and ``resource`` variables +Read more information about the ``site``, ``node``, and ``resource`` variables in the `site model documentation <#>`_. Read more information about context variables in the `configuration