From: Gaƫl Poupard Date: Thu, 6 Feb 2020 07:01:02 +0000 (+0100) Subject: docs(SVG placeholder): add focusable=false to placeholder SVGs (#30075) X-Git-Tag: v5.0.0-alpha1~476 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f94ed8e30f1a745d40b9f67f990438f51af4eff;p=thirdparty%2Fbootstrap.git docs(SVG placeholder): add focusable=false to placeholder SVGs (#30075) Co-authored-by: XhmikosR --- 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 -}}