fix: Resolve some SEO mistake
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -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">
|
||||
|
Reference in New Issue
Block a user