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/pages/headers.md
2015-04-13 10:50:53 +02:00

15 lines
No EOL
622 B
Markdown

---
layout: page
show_meta: false
subheadline: "Header"
title: "Style your Header!"
teaser: "These are your options to style the header of each webpage individually. <em>Feeling Responsive</em> uses <a href='http://srobbin.com/jquery-plugins/backstretch/'>Backstretch by Scott Robin</a> to expand them from left to right. The width should be 1600 pixel or higher using a ratio like 16:9 or 21:9 or 2:1."
header:
image_fullwidth: "header_unsplash_5.jpg"
permalink: "/headers/"
---
<ul>
{% for post in site.tags.header %}
<li><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>