Make the toplevel title a link to the homepage ("Guichet Deuxfleurs")

This commit is contained in:
Armaël Guéneau 2024-11-11 18:57:39 +01:00
parent 9917429da3
commit 284327e7c7

View file

@ -10,7 +10,7 @@
</head> </head>
<body> <body>
<div class="container mb-4"> <div class="container mb-4">
<h1>Guichet Deuxfleurs💮💮</h1> <a href="/" class="text-reset"><h1>Guichet Deuxfleurs💮💮</h1></a>
<hr /> <hr />
{{template "body" .}} {{template "body" .}}
</div> </div>