From f38abfe73f6c0d8161bec5bfe693b242efb6f977 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sat, 16 Aug 2025 00:27:17 -0500 Subject: [PATCH] archetype: Update blog to match figure shortcode revamp --- archetypes/blog/index.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/archetypes/blog/index.md b/archetypes/blog/index.md index b449733..ed113f3 100644 --- a/archetypes/blog/index.md +++ b/archetypes/blog/index.md @@ -24,7 +24,17 @@ series: resources: - name: feature src: something.webp - title: Some image (image format can be anything; webp is just an example) + title: >- + Fallback title if one is not provided when calling figure shortcode with + this listed as the src + params: + alt: Write an accessible description of this image. Don't over-write. + + - src: demonstration.webp + params: + alt: >- + Annotate an image without giving it an explicit name (the filename is + simply used as the `name` instead). ---