From 974798afca08ff5f9768a0a7d575a71399ce7148 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Wed, 20 Dec 2023 20:17:33 +0100 Subject: [PATCH] dependencies: fix wrong docs #751 --- exampleSite/content/basics/customization/_index.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/content/basics/customization/_index.en.md b/exampleSite/content/basics/customization/_index.en.md index 2c790e5a7b..4f6a602649 100644 --- a/exampleSite/content/basics/customization/_index.en.md +++ b/exampleSite/content/basics/customization/_index.en.md @@ -147,7 +147,7 @@ You can you use this mechanism in your own shortcodes. Say you want to add a sho 1. Write the shortcode file `layouts/shortcodes/myshortcode.html` and add the following line ````go - {{- .Store.Set "hasMyShortcode" true }} + {{- .Page.Store.Set "hasMyShortcode" true }} ```` 1. Add the following snippet to your `hugo.toml`