Fix shortcode example escape chars

This commit is contained in:
Benjamin Petersen 2018-12-09 17:59:29 -07:00 committed by Kaushal Modi
parent d1cf9adc41
commit 5d9c7327fd

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.