Add figure and gallery shortcodes to default archetype
This commit is contained in:
parent
1bbe2cd839
commit
c27a2820d4
1 changed files with 10 additions and 1 deletions
|
@ -12,4 +12,13 @@ cover:
|
||||||
ShowBreadCrumbs: true
|
ShowBreadCrumbs: true
|
||||||
ShowPostNavLinks: true
|
ShowPostNavLinks: true
|
||||||
ShowReadingTime: true
|
ShowReadingTime: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
{{< figure align=center src="images/xxxx" alt="Alt text" title="Title">}}
|
||||||
|
|
||||||
|
|
||||||
|
{{< gallery caption-effect="none">}}
|
||||||
|
{{< figure src="images/" alt_text="" title="" caption="">}}
|
||||||
|
{{< figure src="images/" alt_text="" title="" caption="">}}
|
||||||
|
{{< figure src="images/" alt_text="" title="" caption="">}}
|
||||||
|
{{< /gallery >}}
|
Loading…
Add table
Add a link
Reference in a new issue