aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
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 861410d..727e727 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -7,7 +7,7 @@
<div class="cat-cont">
<div class="cat">
{{ range $category, $paper := .Papers.List }}
- <span class="cat">[<a href="#{{ $category }}">{{ $category }}</a>]</span>
+ <span class="cat"><a href="#{{ $category }}">{{ $category }}</a></span>
{{ end }}
</div>
</div>