diff options
Diffstat (limited to 'templates/list.html')
-rw-r--r-- | templates/list.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 }} - <h1 id="{{ $category }}"> + <h2 id="{{ $category }}"> <a class="permalink" href="#{{ $category }}">{{ $category }}</a> - </h1> + </h2> {{ range $path, $paper := $papers }} <div class="paper"> {{ if $paper.Meta.Title }} |