Add figure and gallery shortcodes to default archetype

This commit is contained in:
gribse 2025-04-18 12:23:55 +02:00
parent 1bbe2cd839
commit c27a2820d4

View file

@ -12,4 +12,13 @@ cover:
ShowBreadCrumbs: true
ShowPostNavLinks: 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 >}}