shithub: hugo

Download patch

ref: 27569275b16d19e76da1fc2822bb5fcc9cb98f93
parent: 4b2738d87108ac7254b5e18ba842edb838affff4
parent: d6a4af7018e8618944a6471ceeb7aae1d4df6afa
author: Bjørn Erik Pedersen <[email protected]>
date: Mon Oct 29 05:28:01 EDT 2018

Merge commit 'd6a4af7018e8618944a6471ceeb7aae1d4df6afa'

--- a/docs/content/en/templates/shortcode-templates.md
+++ b/docs/content/en/templates/shortcode-templates.md
@@ -37,7 +37,7 @@
 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.