From ce063274e2711e615dc2eea1a44ff1f1867d9d0f Mon Sep 17 00:00:00 2001 From: Jordan Date: Sun, 2 Jan 2022 20:19:49 -0700 Subject: templates: category h1 -> h2, margins --- templates/list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/list.html') diff --git a/templates/list.html b/templates/list.html index 132bb6d..b9f7fd2 100644 --- a/templates/list.html +++ b/templates/list.html @@ -3,9 +3,9 @@ {{ range $category, $papers := .Papers.List }} {{ $paperCount := len $papers }} {{ if ge $paperCount 1 }} -

+

-

+ {{ range $path, $paper := $papers }}
{{ if $paper.Meta.Title }} -- cgit v1.2.3-54-g00ecf