diff --git a/site/layouts/shortcodes/placeholder.html b/site/layouts/shortcodes/placeholder.html index 83f44aec9e..03fbd05df0 100644 --- a/site/layouts/shortcodes/placeholder.html +++ b/site/layouts/shortcodes/placeholder.html @@ -23,7 +23,7 @@ {{- $show_title := not (eq $title "false") -}} {{- $show_text := not (eq $text "false") -}} - + {{- if $show_title -}}{{ $title }}{{- end -}} {{- if $show_text -}}{{ $text }}{{- end -}}