added breadcrumbs
This commit is contained in:
parent
62aac37364
commit
54411d7f9b
21 changed files with 385 additions and 144 deletions
18
_posts/design/2014-07-10-breadcrumb.md
Normal file
18
_posts/design/2014-07-10-breadcrumb.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
layout: post
|
||||
title: "Breadcrumbs"
|
||||
description: "If you need them, <em>Feeling Responsive</em> offers you a breadcrumb navigation. You can easily turn it on/off via frontmatter."
|
||||
breadcrumb: true
|
||||
categories:
|
||||
- design
|
||||
tags:
|
||||
- blog
|
||||
- content
|
||||
- post
|
||||
---
|
||||
<div class="alert-box alert radius">WARNING: If you use breadcrumbs be aware, that if you use categories, you need pages for those categories. If not, the link in the breadcrumb won't work.</div>
|
||||
|
||||
## Front Matter Code
|
||||
~~~
|
||||
breadcrumb: true
|
||||
~~~
|
Reference in a new issue