fix: Ajout de vrai titre

This commit is contained in:
2022-01-28 00:11:03 +01:00
parent 5db3924dc3
commit 5edb358607
23 changed files with 61 additions and 33 deletions

View File

@ -9,7 +9,11 @@
</a>
<div class="titleContainer">
<a href="/">
<h1>{{ .Site.Title }}</h1>
{{ if .IsHome }}
<h1>{{ .Site.Title }}</h1>
{{ else }}
<div class="title">{{ .Site.Title }}</div>
{{ end }}
<cite>Centrales Villageoises <span class="noWrap">des Val d'Aix et Isable</span></cite>
</a>
</div>