added breadcrumbs
This commit is contained in:
parent
62aac37364
commit
54411d7f9b
21 changed files with 385 additions and 144 deletions
14
pages/headers.md
Normal file
14
pages/headers.md
Normal 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>
|
||||
Reference in a new issue