From 1bcd254ae130fb67b0531701f83ab07af7a8ac8a Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 17 Nov 2018 11:28:26 +0200 Subject: [PATCH] Exclude `text` if it's `" "`. --- site/_includes/icons/placeholder.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_includes/icons/placeholder.svg b/site/_includes/icons/placeholder.svg index a4340c1d38b8..792d08650c40 100644 --- a/site/_includes/icons/placeholder.svg +++ b/site/_includes/icons/placeholder.svg @@ -30,7 +30,7 @@ {% if title != ' ' %}{{ title }}{% endif %} - {{ text }} + {% if text != ' ' %}{{ text }}{% endif %} {%- endcapture -%}