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

@ -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' %}