diff --git a/layouts/shortcodes/hint.html b/layouts/shortcodes/hint.html index 94f722c..15149b6 100644 --- a/layouts/shortcodes/hint.html +++ b/layouts/shortcodes/hint.html @@ -5,12 +5,12 @@
- {{ with $icon }} + {{- with $icon -}} {{ $title }} - {{ else }} + {{- else -}} - {{ end }} + {{- end -}}
{{ .Inner | $.Page.RenderString }}