From 9024915389489b853f072a21edc681c9f8dc67e1 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Fri, 22 Apr 2022 23:39:57 +0200 Subject: [PATCH] only show detail block if needed --- _includes/block/hero.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_includes/block/hero.html b/_includes/block/hero.html index 02ee4ac8..8bd58f00 100644 --- a/_includes/block/hero.html +++ b/_includes/block/hero.html @@ -9,7 +9,9 @@ {{ include.color }} {% endif %} + {% if include.detail %}

{{ include.detail }}

+ {% endif %}