1
0
Fork 0

Changed front matter "credit" to "caption" and "url" to "caption_url"

This makes more sense and standardize frontmatter.
This commit is contained in:
Moritz »mo.« Sauer 2015-03-12 20:43:26 +01:00
parent 8ef95125bd
commit 37c68f331a
14 changed files with 33 additions and 33 deletions

View file

@ -12,8 +12,8 @@ tags:
header: no
image:
title: unsplash_eagle.jpg
credit: This is a caption for the header image with link
url: https://unsplash.com/
caption: This is a caption for the header image with link
caption_url: https://unsplash.com/
---
First turn of the header with `header: no`. Than add an image to with the following code. The caption is optional.
@ -21,8 +21,8 @@ First turn of the header with `header: no`. Than add an image to with the follow
header: no
image:
title: unsplash_eagle.jpg
credit: This is a caption for the header image with link
url: https://unsplash.com/
caption: This is a caption for the header image with link
caption_url: https://unsplash.com/
~~~