dependencies: fix wrong docs #751

This commit is contained in:
Sören Weber 2023-12-20 20:17:33 +01:00
parent 609539c314
commit 974798afca
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -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`