mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Merge commit 'd6a4af7018e8618944a6471ceeb7aae1d4df6afa'
This commit is contained in:
commit
27569275b1
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue