Make the toplevel title a link to the homepage ("Guichet Deuxfleurs")
This commit is contained in:
parent
9917429da3
commit
284327e7c7
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue