Changed front matter "credit" to "caption" and "url" to "caption_url"
This makes more sense and standardize frontmatter.
This commit is contained in:
parent
8ef95125bd
commit
37c68f331a
14 changed files with 33 additions and 33 deletions
|
@ -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/
|
||||
~~~
|
||||
|
||||
|
||||
|
|
Reference in a new issue