diff --git a/docs/content/en/templates/shortcode-templates.md b/docs/content/en/templates/shortcode-templates.md index ce58c686e..cf0d7bc6f 100644 --- a/docs/content/en/templates/shortcode-templates.md +++ b/docs/content/en/templates/shortcode-templates.md @@ -37,7 +37,7 @@ To create a shortcode, place an HTML template in the `layouts/shortcodes` direct You can organize your shortcodes in subfolders, e.g. in `layouts/shortcodes/boxes`. These shortcodes would then be accessible with their relative path, e.g: ``` -{{< boxes/square >}} +{{/*< boxes/square >*/}} ``` Note the forward slash.