aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmaël Guéneau <armael.gueneau@ens-lyon.org>2024-11-11 18:57:39 +0100
committerArmaël Guéneau <armael.gueneau@ens-lyon.org>2024-11-11 18:57:39 +0100
commit284327e7c7e3fbca184b5d8384a590ae1c1896fd (patch)
tree2907b63079d65bad7941256bbe40256fd2877b30
parent9917429da3b06462969b41d511ad4daf27eaf197 (diff)
downloadguichet-link-title.tar.gz
guichet-link-title.zip
Make the toplevel title a link to the homepage ("Guichet Deuxfleurs")link-title
-rw-r--r--templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layout.html b/templates/layout.html
index 3f9851d..9c35ad3 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -10,7 +10,7 @@
</head>
<body>
<div class="container mb-4">
- <h1>Guichet Deuxfleurs💮💮</h1>
+ <a href="/" class="text-reset"><h1>Guichet Deuxfleurs💮💮</h1></a>
<hr />
{{template "body" .}}
</div>