diff options
Diffstat (limited to 'docs/content/en/shortcodes/param.md')
-rwxr-xr-x | docs/content/en/shortcodes/param.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/shortcodes/param.md b/docs/content/en/shortcodes/param.md index 133b2322a..1a782056f 100755 --- a/docs/content/en/shortcodes/param.md +++ b/docs/content/en/shortcodes/param.md @@ -7,7 +7,7 @@ keywords: [] --- > [!note] -> To override Hugo's embedded `param` shortcode, copy the [source code] to a file with the same name in the `layouts/shortcodes` directory. +> To override Hugo's embedded `param` shortcode, copy the [source code] to a file with the same name in the `layouts/_shortcodes` directory. The `param` shortcode renders a parameter from front matter, falling back to a site parameter of the same name. The shortcode throws an error if the parameter does not exist. |