aboutsummaryrefslogtreecommitdiff
path: root/templates/nav.html
diff options
context:
space:
mode:
authorJulian Hurst <ark@mansus.space>2023-01-12 17:41:47 +0100
committerJulian Hurst <ark@mansus.space>2023-01-12 17:41:47 +0100
commit05a30c5ad503ff2bc25cf6f83f9054100f644eeb (patch)
tree1104e28c2c506d848b6be57d821f16fcac0f23d2 /templates/nav.html
parent5685d2d4c1ede52796d00c5f4813e379ac3c377f (diff)
downloaddocspace-05a30c5ad503ff2bc25cf6f83f9054100f644eeb.tar.gz
Add session ids, privacy.txt and nav_logged.html
Diffstat (limited to 'templates/nav.html')
-rw-r--r--templates/nav.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/nav.html b/templates/nav.html
index d34a836..432ddec 100644
--- a/templates/nav.html
+++ b/templates/nav.html
@@ -1,6 +1,8 @@
{{define "nav"}}
<nav>
<a href="/admin">Admin</a> |
+ <a href="/">Accueil</a> |
+ <a href="/login">Se connecter</a> |
<a href="/createuser">Créer un compte</a>
</nav>
{{end}}