This commit is contained in:
Adrian Amaglio 2023-09-14 17:58:57 +02:00
parent bccae320f3
commit baa5847272
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<head>
<meta charset="utf-8" />
<title>Être vivant</title>
<title>être vivant</title>
<link rel="stylesheet" href="/css/style.css" />
</head>

View File

@ -3,4 +3,4 @@
<a href="/">&larr; Retour</a>
</nav>
{{ end }}
<h1>{{.Title | default "Être vivant"}}</h1>
<h1>{{.Title | default "être vivant"}}</h1>