Squashed 'docs/' changes from 084804447..37095d540 - hugo - [fork] hugo port for 9front
 (HTM) git clone git@git.drkhsh.at/hugo.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit d6a4af7018e8618944a6471ceeb7aae1d4df6afa
 (DIR) parent 74309fe5699a595080fdb3a14711e0869babce99
 (HTM) Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
       Date:   Mon, 29 Oct 2018 09:28:01 +0100
       
       Squashed 'docs/' changes from 084804447..37095d540
       
       37095d540 Fix shortcode example
       
       git-subtree-dir: docs
       git-subtree-split: 37095d5403cb96f1dc5288d9554e270367f5c449
       
       Diffstat:
         M content/en/templates/shortcode-tem… |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/content/en/templates/shortcode-templates.md b/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.