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,6 +12,8 @@ tags:
header:
image: header_unsplash_2-970x.jpg
pattern: pattern_concrete.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 an image and a pattern image. Instead of a pattern you can also use a color. Have a look at the [example with a background color]({{ site.url }}/design/header-image-color/).
@ -22,6 +24,8 @@ It's so easy to do. Just define in front matter an image and a pattern image. In
header:
image: "header_unsplash_2-970x.jpg"
pattern: "pattern_concrete.jpg"
caption: This is a caption for the header image with link
caption_url: https://unsplash.com/
~~~