You can add captions now to header images and article images
This commit is contained in:
parent
afe5307a29
commit
8ef95125bd
12 changed files with 144 additions and 12 deletions
|
@ -12,7 +12,9 @@ tags:
|
|||
image:
|
||||
thumb: "unsplash_brooklyn-bridge_thumb.jpg"
|
||||
header:
|
||||
image_fullwidth: "unsplash_brooklyn-bridge_header.jpg"
|
||||
image_fullwidth: "unsplash_brooklyn-bridge_header.jpg"
|
||||
caption: This is a caption for the header image with link
|
||||
caption_url: https://unsplash.com/
|
||||
---
|
||||
It's so easy to do. Just define in front matter your image.
|
||||
|
||||
|
@ -20,7 +22,9 @@ It's so easy to do. Just define in front matter your image.
|
|||
|
||||
~~~
|
||||
header:
|
||||
image_fullwidth: "unsplash_brooklyn-bridge_header.jpg"
|
||||
image_fullwidth: "unsplash_brooklyn-bridge_header.jpg"
|
||||
caption: This is a caption for the header image with link
|
||||
caption_url: https://unsplash.com/
|
||||
~~~
|
||||
|
||||
|
||||
|
|
Reference in a new issue