Merge pull request 'Make the toplevel title a link to the homepage ("Guichet Deuxfleurs")' (#69) from link-title into main
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

Reviewed-on: #69
This commit is contained in:
Quentin 2025-02-20 17:32:42 +00:00
commit 2ad69a9f8a

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>