You can add captions now to header images and article images
This commit is contained in:
parent
afe5307a29
commit
8ef95125bd
12 changed files with 144 additions and 12 deletions
32
_posts/design/2015-03-12-no-header-but-image.md
Normal file
32
_posts/design/2015-03-12-no-header-but-image.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
---
|
||||
layout: page
|
||||
subheadline: "Headers With Style"
|
||||
title: "No Header but Article Image"
|
||||
teaser: "Feeling Responsive enables you to get the attention of visitors. If you don't want to use a big header, use an image for the article instead."
|
||||
categories:
|
||||
- design
|
||||
tags:
|
||||
- design
|
||||
- background color
|
||||
- header
|
||||
header: no
|
||||
image:
|
||||
title: unsplash_eagle.jpg
|
||||
credit: This is a caption for the header image with link
|
||||
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.
|
||||
|
||||
~~~
|
||||
header: no
|
||||
image:
|
||||
title: unsplash_eagle.jpg
|
||||
credit: This is a caption for the header image with link
|
||||
url: https://unsplash.com/
|
||||
~~~
|
||||
|
||||
|
||||
### All Header-Styles
|
||||
{: .t60 }
|
||||
|
||||
{% include list-posts.html tag='header' %}
|
Reference in a new issue