diff options
Diffstat (limited to 'layouts/partials/header/header.html')
-rw-r--r-- | layouts/partials/header/header.html | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/layouts/partials/header/header.html b/layouts/partials/header/header.html index 08a3b24..05e9290 100644 --- a/layouts/partials/header/header.html +++ b/layouts/partials/header/header.html @@ -19,22 +19,14 @@ {{ $logo := resources.Get "logos/logo-brain.svg" }} <img src="{{$logo.Permalink}}" class="emacslogo" alt="Emacs"> {{ end }} + </a> </div> <div class="name"> <nav> - <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> - </ol> + <h1> + <a aria-current="page" href="{{ .RelPermalink }}">{{ .Page.Title }}</a> + </h1> </nav> </div> </header> |