Mention to use closing or self-closing tags for slide shortcode

This commit is contained in:
dzello
2018-07-22 11:50:50 +02:00
parent 52eec0fd6a
commit b9d502335b
3 changed files with 12 additions and 2 deletions
+6 -1
View File
@@ -23,9 +23,14 @@ example = "I'm a slide"
Set the `content` attribute to "home.example":
```
{{< slide content="home.example" >}}
{{% slide content="home.example" /%}}
```
<br>
<small>
💡 Make sure to use a closing or self-closing shortcode.
</small>
---
💡 Each data template entry can contain one or more slides, separated by `---` with newlines.