URI: 
       Merge commit 'd6a4af7018e8618944a6471ceeb7aae1d4df6afa' - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 27569275b16d19e76da1fc2822bb5fcc9cb98f93
   DIR parent 4b2738d87108ac7254b5e18ba842edb838affff4
  HTML Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
       Date:   Mon, 29 Oct 2018 09:28:01 +0100
       
       Merge commit 'd6a4af7018e8618944a6471ceeb7aae1d4df6afa'
       
       Diffstat:
         M docs/content/en/templates/shortcod… |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR 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.