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

@ -17,6 +17,6 @@
</li>
{{ else }}
<!-- No sub-tree. So, only add current entry -->
<li><a class="{{$class}}" href="{{ .URL }}">{{.Name}}</a></li>
<li><a class="{{$class}}" href="{{ .URL }}" title="{{ .Name }}">{{.Name}}</a></li>
{{ end }}
{{ end }}