summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
authorLibravatar Anirudh Oppiliappan <x@icyphox.sh>2022-12-17 12:47:54 +0530
committerLibravatar Anirudh Oppiliappan <x@icyphox.sh>2022-12-17 12:47:54 +0530
commit4eaaf451295ce9b541769d1322543f2d982ef5b0 (patch)
treeb0f459119dab0d9caef40e4892b86114ed976343 /templates/index.html
parent9649b3ed2b252cab6ab4076d58814790582f07f0 (diff)
downloadlegit-4eaaf451295ce9b541769d1322543f2d982ef5b0.tar.gz
legit-4eaaf451295ce9b541769d1322543f2d982ef5b0.tar.bz2
legit-4eaaf451295ce9b541769d1322543f2d982ef5b0.zip
css: wrong name
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html
index 690e2e1..02c62ef 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -8,12 +8,12 @@
</header>
<body>
<main>
- <div class="repo-index-headings small-heading">
+ <div class="index-headings small-heading">
<div>repository</div>
<div>description</div>
<div>idle</div>
</div>
- <div class="repo-index">
+ <div class="index">
{{ range .info }}
<div><a href="/{{ .Name }}">{{ .Name }}</a></div>
<div>{{ .Desc }}</div>