diff --git a/_includes/base/footer.html b/_includes/base/footer.html index 60e45ffe..1cad2669 100644 --- a/_includes/base/footer.html +++ b/_includes/base/footer.html @@ -17,7 +17,7 @@ diff --git a/_includes/block/cta.html b/_includes/block/cta.html index 6bc191df..baa65cc4 100644 --- a/_includes/block/cta.html +++ b/_includes/block/cta.html @@ -5,10 +5,10 @@

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

{% for item in include.cta.btn %} - {{ item.text }} + {{ item.text }} {% endfor %} {% if include.link %} - {{ include.link_text }} + {{ include.link_text }} {% endif %}
{% unless include.no_container %} diff --git a/_includes/block/features.html b/_includes/block/features.html index 9519ed4b..34c939b1 100644 --- a/_includes/block/features.html +++ b/_includes/block/features.html @@ -7,7 +7,7 @@

{{ include.data.title }}

{% if include.link %} {% assign link=include.data.link|default:include.link %} - {% include learn_more.html %} + {% include fnc/learn_more.html %} {% endif %}
@@ -24,7 +24,7 @@

{{ item.description }} {% if include.extend and item.extend %}

{{ item.extend }}{% endif %}

- Learn More {% include learn_more.html %} + Learn More {% include fnc/learn_more.html %} {% endfor %} diff --git a/_includes/block/functions.html b/_includes/block/functions.html index 47696ed3..06d2c889 100644 --- a/_includes/block/functions.html +++ b/_includes/block/functions.html @@ -11,7 +11,7 @@ {% if include.data.title %}

{{ include.data.title }}

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

{{ include.data.text }}

{% endif %} {% if include.data.link and include.no_link != true %} - Learn More {% include learn_more.html %} + Learn More {% include fnc/learn_more.html %} {% endif %} {% endif %} @@ -25,7 +25,7 @@ {% if include.extend and item.extend %}

{{ item.extend }}{% endif %}

{% if item.link %} - Learn More {% include learn_more.html %} + Learn More {% include fnc/learn_more.html %} {% endif %} {% endfor %} diff --git a/_includes/learn_more.html b/_includes/fnc/learn_more.html similarity index 100% rename from _includes/learn_more.html rename to _includes/fnc/learn_more.html diff --git a/_includes/link.html b/_includes/fnc/link.html similarity index 100% rename from _includes/link.html rename to _includes/fnc/link.html