mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-08-17 11:47:35 -05:00
archetype: Update blog to match figure shortcode revamp
This commit is contained in:
@@ -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).
|
||||
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user