From aff47ab1f9b11271ac69d0fee64025f5e26b621c Mon Sep 17 00:00:00 2001 From: Jordan Date: Mon, 1 Nov 2021 22:50:33 -0700 Subject: wrap category names in a nowrap --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index 294ecea..d435a38 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,7 +5,7 @@ {{ $categoryCount := len .Papers.List }} {{ if gt $categoryCount 0 }}
- {{ range $category, $paper := .Papers.List }}[{{ $category }}] {{ end }} + {{ range $category, $paper := .Papers.List }}[{{ $category }}] {{ end }}
-- cgit v1.2.3-54-g00ecf