mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-08-17 19:57:34 -05:00
archetype: Update blog to match figure shortcode revamp
This commit is contained in:
@@ -24,7 +24,17 @@ series:
|
|||||||
resources:
|
resources:
|
||||||
- name: feature
|
- name: feature
|
||||||
src: something.webp
|
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).
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user