Accessibility and SEO improvements

This commit is contained in:
JCabak 2021-04-19 19:44:35 +02:00
parent 6996894ec1
commit d62e5f135e
17 changed files with 29 additions and 28 deletions

View file

@ -5,7 +5,7 @@
{{ else }}
{{$id := .Params.Menu.Notes.Identifier }}
<h4 class="note-collection-title" id="{{ $id }}">
<a href="#{{ $id }}"># {{ .Title }}</a>
<a href="#{{ $id }}" title="{{ .Title }}"># {{ .Title }}</a>
{{$badges:= split .File.Dir "/"}}
{{ range after 1 $badges }}
<span class="badge btn-info note-badge">{{ . }}</span>