css: wrong name
1 file changed, 2 insertions(+), 2 deletions(-)
changed files
M templates/index.html → templates/index.html
@@ -8,12 +8,12 @@ <h2>{{ .meta.Description }}</h2> </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>