diff options
author | Armaël Guéneau <armael.gueneau@ens-lyon.org> | 2024-11-11 18:57:39 +0100 |
---|---|---|
committer | Armaël Guéneau <armael.gueneau@ens-lyon.org> | 2024-11-11 18:57:39 +0100 |
commit | 284327e7c7e3fbca184b5d8384a590ae1c1896fd (patch) | |
tree | 2907b63079d65bad7941256bbe40256fd2877b30 | |
parent | 9917429da3b06462969b41d511ad4daf27eaf197 (diff) | |
download | guichet-284327e7c7e3fbca184b5d8384a590ae1c1896fd.tar.gz guichet-284327e7c7e3fbca184b5d8384a590ae1c1896fd.zip |
Make the toplevel title a link to the homepage ("Guichet Deuxfleurs")link-title
-rw-r--r-- | templates/layout.html | 2 |
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> |