From aba2647c152ffff927f42523b77ee6651630cd67 Mon Sep 17 00:00:00 2001 From: Max Arnold Date: Wed, 28 Nov 2018 00:15:10 +0700 Subject: [PATCH] tpl: Fix whitespace issue Introduced in #5276. --- tpl/tplimpl/embedded/templates/shortcodes/figure.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpl/tplimpl/embedded/templates/shortcodes/figure.html b/tpl/tplimpl/embedded/templates/shortcodes/figure.html index 2da48ca8f..f81bdadfc 100644 --- a/tpl/tplimpl/embedded/templates/shortcodes/figure.html +++ b/tpl/tplimpl/embedded/templates/shortcodes/figure.html @@ -17,7 +17,7 @@ {{- end -}} {{- if or (.Get "caption") (.Get "attr") -}}

{{- .Get "caption" | markdownify -}} - {{- with .Get "attrlink" -}} + {{- with .Get "attrlink" }} {{- end -}} {{- .Get "attr" | markdownify -}}