From 966ee629775635a31c69fb21cdd55e103653e480 Mon Sep 17 00:00:00 2001 From: Jordan Date: Sun, 28 Feb 2021 12:06:27 -0700 Subject: layout, css cleanup --- templates/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/list.html') diff --git a/templates/list.html b/templates/list.html index 718a732..1a482d1 100644 --- a/templates/list.html +++ b/templates/list.html @@ -16,7 +16,7 @@ {{ if $paper.Meta.Title }} - author: {{ $contCount := len $paper.Meta.Contributors }} {{ if gt $contCount 0 }}{{ $author := index $paper.Meta.Contributors 0 }}{{ $author.LastName }}{{ if gt $contCount 1 }} et al.{{ end }}{{ end }} yr: {{ $paper.Meta.PubYear }} doi: {{ $paper.Meta.DOI }} journal: {{ $paper.Meta.Journal }} + {{ $paper.Meta.PubYear }} - {{ $contCount := len $paper.Meta.Contributors }} {{ if gt $contCount 0 }}{{ $author := index $paper.Meta.Contributors 0 }}{{ $author.LastName }}{{ if gt $contCount 1 }} et al.{{ end }}{{ end }} - {{ $paper.Meta.DOI }} - {{ $paper.Meta.Journal }} {{ else }} {{ end }} -- cgit v1.2.3-54-g00ecf