Skip to content

Commit

Permalink
dependencies: fix wrong docs #751
Browse files Browse the repository at this point in the history
  • Loading branch information
McShelby committed Dec 20, 2023
1 parent 609539c commit 974798a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exampleSite/content/basics/customization/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 974798a

Please sign in to comment.