From 8f94ed8e30f1a745d40b9f67f990438f51af4eff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Poupard?= Date: Thu, 6 Feb 2020 08:01:02 +0100 Subject: [PATCH] docs(SVG placeholder): add focusable=false to placeholder SVGs (#30075) Co-authored-by: XhmikosR --- site/layouts/shortcodes/placeholder.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -}}