diff --git a/_includes/functions.html b/_includes/functions.html index d09ed70e..564107ec 100644 --- a/_includes/functions.html +++ b/_includes/functions.html @@ -1,6 +1,11 @@ -{% padding = no_padding|true%} +{% if include.padding != nil and include.padding != true %} + {% assign padding = false %} +{% else %} + {% assign padding = true %} +{% endif %} + - + {% if include.data.title %}{{ include.data.title }}{% endif %} {% if include.data.text %}{{ include.data.text }}{% endif %}
{{ include.data.text }}