diff --git a/layouts/bibliography/single.html b/layouts/bibliography/single.html index 8aa6efcd..86d26039 100644 --- a/layouts/bibliography/single.html +++ b/layouts/bibliography/single.html @@ -46,15 +46,7 @@
- View document: {{ with .Params.url_source }}
- {{ . }}
- {{- else -}}
- No URL to the document is available.
- {{- end -}}
-
-
- Abstract:
+ Abstract
{{- with .Params.abstract -}}
{{- . | htmlEscape | markdownify -}}
@@ -201,11 +193,20 @@
+ {{- if .Params.url_source -}} + View + {{ else }} + No URL to the document is available. + {{ end }} +
{{- if .Params.zotero_url -}} View on Zotero + target="_blank" rel="noopener noreferrer">Zotero Record {{- end -}} {{- /* Build Zotero API params (group id + item key + style) */ -}} {{- $gid := site.Params.zotero_group_id -}} @@ -267,7 +268,7 @@