1
0
Fork 0

You can add captions now to header images and article images

This commit is contained in:
Moritz »mo.« Sauer 2015-03-12 19:30:50 +01:00
parent afe5307a29
commit 8ef95125bd
12 changed files with 144 additions and 12 deletions

View file

@ -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/
~~~