diff --git a/_includes/functions.html b/_includes/functions.html index 662cfc19..d09ed70e 100644 --- a/_includes/functions.html +++ b/_includes/functions.html @@ -1,5 +1,6 @@ +{% padding = no_padding|true%}
-
+
{% if include.data.title %}

{{ include.data.title }}

{% endif %} {% if include.data.text %}

{{ include.data.text }}

{% endif %} diff --git a/functions.md b/functions.md index 68837618..0d2fa9fb 100644 --- a/functions.md +++ b/functions.md @@ -6,5 +6,5 @@ layout: default {% include cta.html cta=site.data.general.learn_cta %} {% include functions.html data=site.data.general.function extend=true %} -{% include functions.html data=site.data.functions.extras extend=true %} +{% include functions.html data=site.data.functions.extras extend=true no_padding=false %} {% include cta.html cta=site.data.general.end_cta %}