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 -}}