From c27a2820d4f3007b37ae6a3a0b8b2cf9c6b09204 Mon Sep 17 00:00:00 2001 From: gribse Date: Fri, 18 Apr 2025 12:23:55 +0200 Subject: [PATCH] Add figure and gallery shortcodes to default archetype --- archetypes/default.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/archetypes/default.md b/archetypes/default.md index 6e55b79..b4f6c7f 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -12,4 +12,13 @@ cover: ShowBreadCrumbs: true ShowPostNavLinks: true ShowReadingTime: true ---- \ No newline at end of file +--- + +{{< 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 >}} \ No newline at end of file