1
0
Fork 0
This repository has been archived on 2021-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
dennogumi.org-archive/_posts/design/2015-03-12-no-header-but-image.md
Moritz »mo.« Sauer 37c68f331a Changed front matter "credit" to "caption" and "url" to "caption_url"
This makes more sense and standardize frontmatter.
2015-03-12 20:43:26 +01:00

32 lines
No EOL
825 B
Markdown

---
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
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.
~~~
header: no
image:
title: unsplash_eagle.jpg
caption: This is a caption for the header image with link
caption_url: https://unsplash.com/
~~~
### All Header-Styles
{: .t60 }
{% include list-posts.html tag='header' %}