1
0
Fork 0

added breadcrumbs

This commit is contained in:
Moritz »mo.« Sauer 2015-01-12 18:08:05 +01:00
commit 54411d7f9b
21 changed files with 385 additions and 144 deletions

14
pages/headers.md Normal file
View file

@ -0,0 +1,14 @@
---
layout: page
subheadline: "Header"
title: "Style your Header!"
description: "These are your options to style the header of each webpage individually."
image:
header: "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>