tpl: Fix whitespace issue

Introduced  in #5276.
This commit is contained in:
Max Arnold 2018-11-28 00:15:10 +07:00 committed by Bjørn Erik Pedersen
parent f37c5a2567
commit aba2647c15

View file

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