Adding some SEO metadata #1474

Merged
jonah merged 3 commits from metadata into master 2019-11-08 22:40:38 +00:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit cecfc43878 - Show all commits

View File

@ -1,4 +1,4 @@
<nav aria-label="breadcrumb">
<nav id="breadcrumb" aria-label="breadcrumb">
{% assign crumbs = page.url | remove:'/index.html' | split: '/' %}
<ol class="breadcrumb" itemscope itemtype="https://schema.org/BreadcrumbList">
<li class="breadcrumb-item">

View File

@ -125,7 +125,8 @@ img {
.card,
.jumbotron,
.list-group-item {
.list-group-item,
ol.breadcrumb {
background: $dark-800;
}