Fix shortcode example

This commit is contained in:
Bjørn Erik Pedersen 2018-10-29 09:26:40 +01:00
parent 0848044474
commit 37095d5403
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F

View File

@ -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.