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

Open
Armael wants to merge 1 commit from link-title into main

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>