From e6b979e055d2c90ffbc14ce305cf9563d0955c1d Mon Sep 17 00:00:00 2001 From: Jordan Date: Fri, 12 Aug 2022 19:17:53 -0700 Subject: templates: rm superfluous category brackets in admin pages --- templates/admin-edit.html | 2 +- templates/admin.html | 2 +- 2 files changed, 2 insertions(+), 2 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 @@
{{ range $category, $paper := .Papers.List }} - [{{ $category }}] + {{ $category }} {{ end }}
diff --git a/templates/admin.html b/templates/admin.html index fb3a3d2..2226a83 100644 --- a/templates/admin.html +++ b/templates/admin.html @@ -45,7 +45,7 @@
{{ range $category, $paper := .Papers.List }} - [{{ $category }}] + {{ $category }} {{ end }}
-- cgit v1.2.3-54-g00ecf