Merge commit 'd6a4af7018e8618944a6471ceeb7aae1d4df6afa'

This commit is contained in:
Bjørn Erik Pedersen
2018-10-29 09:28:01 +01:00

View File

@@ -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: 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. Note the forward slash.