hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit 27569275b16d19e76da1fc2822bb5fcc9cb98f93
parent 4b2738d87108ac7254b5e18ba842edb838affff4
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Mon, 29 Oct 2018 09:28:01 +0100

Merge commit 'd6a4af7018e8618944a6471ceeb7aae1d4df6afa'

Diffstat:
Mdocs/content/en/templates/shortcode-templates.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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.