summaryrefslogtreecommitdiff
path: root/layouts/partials/header/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/header/header.html')
-rw-r--r--layouts/partials/header/header.html29
1 files changed, 12 insertions, 17 deletions
diff --git a/layouts/partials/header/header.html b/layouts/partials/header/header.html
index 9ebe72e..c32cadd 100644
--- a/layouts/partials/header/header.html
+++ b/layouts/partials/header/header.html
@@ -18,25 +18,20 @@
{{ end }}
</div>
- <div class="name" aria-label="bradcrumb">
+ <div class="name">
<nav>
- <ol>
- {{- range .Ancestors.Reverse }}
- {{- if .LinkTitle}}
- <li>
- <a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a>
+ <ol>
+ {{- range .Ancestors.Reverse }}
+ {{- if .LinkTitle}}
+ <li><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></li>
+ {{- end }}
+ {{- end }}
+ <li>
+ <h1>
+ <a aria-current="page" href="{{ .RelPermalink }}">{{ .Page.Title }}</a>
+ </h1>
</li>
- {{- end }}
- {{- end }}
- </ol>
- <h1>
- <a aria-current="page" href="{{ .RelPermalink }}">
- {{ .Page.Title }}
- </a>
- </h1>
- <ol>
-
-
+ </ol>
</nav>
</div>
</header>