Hints toegevoegd aan iconen

This commit is contained in:
Michael Boelen 2023-05-23 13:46:23 +02:00
parent 07e474ac07
commit 7bbe7afefe
2 changed files with 7 additions and 7 deletions

View file

@ -36,7 +36,7 @@
{{ end }}
<li>
<button type="button" aria-haspopup="false" aria-expanded="true" aria-label="Zoeken"></button>
<a href="{{ relLangURL "/zoeken/"}}">{{ partial "show-svg-icon.html" (dict "context" . "icon" "magnifying-glass" "class" "shownormal") }}</a>
<a href="{{ relLangURL "/zoeken/"}}">{{ partial "show-svg-icon.html" (dict "context" . "icon" "magnifying-glass" "class" "shownormal" "title" "Zoeken") }}</a>
</li>
</ul>
</nav>