From 0ea208dfc1df01b4ebe9a22dedd042f22ca019cb Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Wed, 5 Feb 2025 14:00:23 -0800 Subject: [PATCH 1/2] Update substitutions.md --- docs/syntax/substitutions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/syntax/substitutions.md b/docs/syntax/substitutions.md index d3513932c..5d3b7b226 100644 --- a/docs/syntax/substitutions.md +++ b/docs/syntax/substitutions.md @@ -24,6 +24,8 @@ subs: If a substitution is defined globally it may not be redefined (shaded) in a files `frontmatter`. Doing so will result in a build error. +To use the keywords in your files, surround them in curly brackets (`{{key}}`). + ## Example Here are some variable substitutions: From f57988062bb42cf6a98117262ac03b13ff0f0cee Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Thu, 6 Feb 2025 09:04:31 -0800 Subject: [PATCH 2/2] Update docs/syntax/substitutions.md Co-authored-by: Martijn Laarman --- docs/syntax/substitutions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/syntax/substitutions.md b/docs/syntax/substitutions.md index 5d3b7b226..e6d5b9572 100644 --- a/docs/syntax/substitutions.md +++ b/docs/syntax/substitutions.md @@ -24,7 +24,7 @@ subs: If a substitution is defined globally it may not be redefined (shaded) in a files `frontmatter`. Doing so will result in a build error. -To use the keywords in your files, surround them in curly brackets (`{{key}}`). +To use the variables in your files, surround them in curly brackets (`{{variable}}`). ## Example