aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorJulian Hurst <julian.hurst@digdash.com>2024-09-05 18:26:22 +0200
committerJulian Hurst <julian.hurst@digdash.com>2024-09-05 18:26:22 +0200
commitbe9d1e3652a86a960477409ce61fd329bf8d22ed (patch)
tree92b036d66583ed6e9925a3c12f2fecf008f294a9 /templates/index.html
parent635b5da0768d912a7ddf8a3f1ddc6bb8f8865a45 (diff)
downloaddocspace-rootprefix.tar.gz
Support path prefixrootprefix
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index 860bce2..5f5d6da 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -2,7 +2,7 @@
{{define "content"}}
<ul>
<li>
- <a href="/login">Connexion</a>
+ <a href="{{.ROOT}}/login">Connexion</a>
</li>
</ul>
{{end}}