aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorMarco Andronaco <andronacomarco@gmail.com>2024-07-05 16:32:34 +0000
committerGitHub <noreply@github.com>2024-07-05 22:02:34 +0530
commit8a0ebe220af6aa7e7138def83b7cd2ebbc8418b2 (patch)
treec329f1ae18eac56ca2df6daeaaef39d9c9e8695b /templates/index.html
parenttemplates: Add link to tar gz handler endpoint (diff)
downloadlegitrx-8a0ebe220af6aa7e7138def83b7cd2ebbc8418b2.tar.gz
legitrx-8a0ebe220af6aa7e7138def83b7cd2ebbc8418b2.tar.zst
legitrx-8a0ebe220af6aa7e7138def83b7cd2ebbc8418b2.zip
git: hide .git extension
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 80c9e1d..7a77aec 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -10,7 +10,7 @@
<main>
<div class="index">
{{ range .info }}
- <div class="index-name"><a href="/{{ .Name }}">{{ .Name }}</a></div>
+ <div class="index-name"><a href="/{{ .Name }}">{{ .DisplayName }}</a></div>
<div class="desc">{{ .Desc }}</div>
<div>{{ .Idle }}</div>
{{ end }}