From 418cceaa1dd973ac19007bbf906d2007eca90098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20K=C3=B6hn?= Date: Mon, 2 Dec 2019 11:52:04 +0100 Subject: [PATCH] Use canonical URL in venues as URL instead PDF, link PDF at bottom This reflects the changes made to the paper templates earlier, see commit 0c9ba6a8cc1e85d6a3dd14e01823f238ce306994. Fixes #587 (now for real, hopefully) --- hugo/layouts/volumes/single.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hugo/layouts/volumes/single.html b/hugo/layouts/volumes/single.html index 082b899cd1..65d4275c35 100644 --- a/hugo/layouts/volumes/single.html +++ b/hugo/layouts/volumes/single.html @@ -67,7 +67,7 @@

Publisher:
{{ with $paper.publisher }}{{ . }}{{ end }}
URL:
-
{{ with $paper.pdf }}{{ . }}{{ end }}
+
{{ $paper.url }}
DOI:
{{ with $paper.doi }}{{ . }}{{ end }}