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
|
@ -11,8 +11,8 @@ categories:
|
|||
- design
|
||||
image:
|
||||
title: "unsplash_1.jpg"
|
||||
credit: Unsplash.com
|
||||
url: http://unsplash.com
|
||||
caption: Unsplash.com
|
||||
caption_url: http://unsplash.com
|
||||
---
|
||||
*Feeling Responsive* shows metadata by default. The default behaviour can be changed via `config.yml`. To show metadata at the end of a page/post just add the following to front matter:
|
||||
|
||||
|
|
Reference in a new issue