aboutsummaryrefslogtreecommitdiff
path: root/templates/list.html
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2021-02-28 12:06:27 -0700
committerJordan <me@jordan.im>2021-02-28 12:06:27 -0700
commit966ee629775635a31c69fb21cdd55e103653e480 (patch)
treeddb9550b49aa56e7f8ec9b04e7b649851b36fd2c /templates/list.html
parentc0d64dcf2d9364214d843dd95d690fb8cbb5eb6d (diff)
downloadcrane-966ee629775635a31c69fb21cdd55e103653e480.tar.gz
crane-966ee629775635a31c69fb21cdd55e103653e480.zip
layout, css cleanup
Diffstat (limited to 'templates/list.html')
-rw-r--r--templates/list.html2
1 files changed, 1 insertions, 1 deletions
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 @@
</tr>
<tr>
{{ if $paper.Meta.Title }}
- <td class="sub">author: {{ $contCount := len $paper.Meta.Contributors }} {{ if gt $contCount 0 }}{{ $author := index $paper.Meta.Contributors 0 }}<a href='/?a={{ $author.LastName }}'>{{ $author.LastName }}{{ if gt $contCount 1 }} et al.{{ end }}{{ end }}</a> yr: <a href="?y={{ $paper.Meta.PubYear }}">{{ $paper.Meta.PubYear }}</a> doi: <a href="https://doi.org/{{ $paper.Meta.DOI }}">{{ $paper.Meta.DOI }}</a> journal: <font color="black">{{ $paper.Meta.Journal }}</font></td>
+ <td class="sub">{{ $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 }} - <a href="https://doi.org/{{ $paper.Meta.DOI }}">{{ $paper.Meta.DOI }}</a> - {{ $paper.Meta.Journal }}</td>
{{ else }}
<td></td>
{{ end }}