Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-12-21 11:45:41 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-12-21 11:45:41 +0300
commit6f069e549b869c976cb6576a64812df5e7b7c809 (patch)
treeb7e3d89364d549205a0a5e54092a18e4c973593a /docs/content/en/templates
parent0483299bc06a742d40528e0d675e42e149910853 (diff)
parent5a83bf314f4c0ce1d61341e0a1df21c9998e8154 (diff)
Merge commit '5a83bf314f4c0ce1d61341e0a1df21c9998e8154'
Diffstat (limited to 'docs/content/en/templates')
-rw-r--r--docs/content/en/templates/shortcode-templates.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/templates/shortcode-templates.md b/docs/content/en/templates/shortcode-templates.md
index e6dca1ccf..cfe0d316b 100644
--- 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.