aboutsummaryrefslogtreecommitdiff
path: root/templates/admin-edit.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin-edit.html')
-rw-r--r--templates/admin-edit.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin-edit.html b/templates/admin-edit.html
index d4c9196..972c2c7 100644
--- a/templates/admin-edit.html
+++ b/templates/admin-edit.html
@@ -30,7 +30,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>