From c202ca7902aa456c7045541265483f1f4d6cced5 Mon Sep 17 00:00:00 2001 From: Sean Dockray Date: Mon, 19 Oct 2020 10:55:35 +1100 Subject: [PATCH] fix spacing in biblio entries --- themes/sandpoints/layouts/_default/_markup/render-image.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/sandpoints/layouts/_default/_markup/render-image.html b/themes/sandpoints/layouts/_default/_markup/render-image.html index e5bbb14..d0d5fc7 100644 --- a/themes/sandpoints/layouts/_default/_markup/render-image.html +++ b/themes/sandpoints/layouts/_default/_markup/render-image.html @@ -11,7 +11,7 @@ {{- if index $.Page.Site.Data.books.catalog $destination -}} {{- $b := index $.Page.Site.Data.books.catalog $destination -}} {{- if not $text_link -}} - {{- delimit $b.authors ", " " & " -}}{{- with $b.pubdate -}}, {{- substr . 0 4}}{{- end -}}.bib⁄‘{{- $b.title -}}’. {{- with $b.publisher -}}{{- . -}}.{{- end -}} + {{- delimit $b.authors ", " " & " -}}, bib⁄‘{{- $b.title -}}’{{- with $b.publisher -}}. {{- . -}}.{{- end -}}{{- with $b.pubdate -}} ({{- substr . 0 4}}){{- end -}} {{- else -}} {{- $text_link -}} {{- end -}}