Compare commits

..

1 commit

Author SHA1 Message Date
Armaël Guéneau
284327e7c7 Make the toplevel title a link to the homepage ("Guichet Deuxfleurs") 2024-11-11 18:57:39 +01:00

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>