From dd9a94cdb3278a08f60a7d873a64e087d2b1d7b0 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Fri, 22 Apr 2022 23:57:55 +0200 Subject: [PATCH] fix spacing --- _includes/block/hero.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/_includes/block/hero.html b/_includes/block/hero.html index 207e1198..7b64966c 100644 --- a/_includes/block/hero.html +++ b/_includes/block/hero.html @@ -13,12 +13,9 @@

{{ include.detail }}

{% endif %} {% if include.buttons %} -
+
{% for item in include.buttons %} - + {% endfor %}
{% endif %}