From 3c19b200284eeef836aa1492bab560a4c9e3d817 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Tue, 9 Nov 2021 01:58:59 +0100 Subject: [PATCH] cta add spacing --- _includes/cta.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/cta.html b/_includes/cta.html index 433184c7..6bc191df 100644 --- a/_includes/cta.html +++ b/_includes/cta.html @@ -5,7 +5,7 @@

{{ include.cta.text|default:include.text }}

{% for item in include.cta.btn %} - {{ item.text }} + {{ item.text }} {% endfor %} {% if include.link %} {{ include.link_text }}