diff --git a/home/_includes/features.html b/home/_includes/features.html index f501f8db..eebaea18 100644 --- a/home/_includes/features.html +++ b/home/_includes/features.html @@ -16,6 +16,7 @@
{{ item.description }}
+ Learn More {% include learn_more.html %} {% endfor %} diff --git a/home/_includes/functions.html b/home/_includes/functions.html index 66417b4a..eb1ca272 100644 --- a/home/_includes/functions.html +++ b/home/_includes/functions.html @@ -10,11 +10,9 @@{{ item.text }}
- Learn More - - + {% if item.link %} + Learn More {% include learn_more.html %} + {% endif %}