Add breadcrumb navigation include

- Disable by default
- Add schema.org markup
- Add basic styling
This commit is contained in:
Michael Rose
2016-03-04 22:57:12 -05:00
parent 239c949298
commit 7c77274567
5 changed files with 63 additions and 13 deletions

View File

@ -654,6 +654,7 @@ $button-size: 1.5rem;
}
}
}
/*
Google search form
========================================================================== */
@ -685,3 +686,20 @@ $button-size: 1.5rem;
#goog-wm-sb {
@extend .btn;
}
/*
Breadcrumbs
========================================================================== */
.breadcrumbs {
ol {
padding: 0;
list-style: none;
}
li {
display: inline;
}
.current {
font-weight: bold;
}
}