hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit aba2647c152ffff927f42523b77ee6651630cd67
parent f37c5a25676db89c0e804ccaac69bb392758192b
Author: Max Arnold <arnold.maxim@gmail.com>
Date:   Wed, 28 Nov 2018 00:15:10 +0700

tpl: Fix whitespace issue

 Introduced  in #5276.
Diffstat:
Mtpl/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
@@ -17,7 +17,7 @@
             {{- end -}}
             {{- if or (.Get "caption") (.Get "attr") -}}<p>
                 {{- .Get "caption" | markdownify -}}
-                {{- with .Get "attrlink" -}}
+                {{- with .Get "attrlink" }}
                     <a href="{{ . }}">
                 {{- end -}}
                 {{- .Get "attr" | markdownify -}}