fix: Resolve some SEO mistake
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-07-21 18:24:14 +02:00
parent 80c064cc0e
commit 776a205781
3 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
<header class="content header grid">
{{ $tag := cond .IsHome "h1" "div" }}
{{ printf "<%s class=\"cell -left title\" title=\"RésiLien\">" $tag | safeHTML }}
{{ printf "<%s class=\"cell -left title\">" $tag | safeHTML }}
<a title="RésiLien" href="/">
<img src="/logo.svg" title="RésiLien">
<img src="/logo.svg" alt="Logo de RésiLien">
</a>
{{ printf "</%s>" $tag | safeHTML }}
<nav class="menu cell -right">