diff --git a/_includes/cta.html b/_includes/cta.html
index e3f66f09..433184c7 100644
--- a/_includes/cta.html
+++ b/_includes/cta.html
@@ -5,10 +5,10 @@
{% unless include.no_container %}
diff --git a/_includes/features.html b/_includes/features.html
index de5eee7c..f66e744a 100644
--- a/_includes/features.html
+++ b/_includes/features.html
@@ -6,7 +6,7 @@
@@ -23,7 +23,7 @@
{{ item.description }}
{% if include.extend and item.extend %}
{{ item.extend }}{% endif %}
- Learn More {% include learn_more.html %}
+ Learn More {% include learn_more.html %}
{% endfor %}
diff --git a/_includes/functions.html b/_includes/functions.html
index c8b808fa..a363359c 100644
--- a/_includes/functions.html
+++ b/_includes/functions.html
@@ -17,7 +17,7 @@
{% if include.extend and item.extend %}
{{ item.extend }}{% endif %}
{% if item.link %}
- Learn More {% include learn_more.html %}
+ Learn More {% include learn_more.html %}
{% endif %}
{% endfor %}
diff --git a/_includes/link.html b/_includes/link.html
index 2a2e31b8..7154ef00 100644
--- a/_includes/link.html
+++ b/_includes/link.html
@@ -2,6 +2,8 @@
{{ site[include.item.site] }}
{% elsif include.item.internal %}
{{ include.item.internal | relativurl }}
-{% else %}
+{% elsif include.item.link %}
{{ include.item.link }}
+{% else %}
+ {{ include.item }}
{% endif %}
\ No newline at end of file