diff options
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 4 |
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> |