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.subtitle }}

{{ item.title }}

{{ 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.title }}

{{ item.text }}

- Learn More - - - - + {% if item.link %} + Learn More {% include learn_more.html %} + {% endif %}
{% endfor %} diff --git a/home/_includes/learn_more.html b/home/_includes/learn_more.html new file mode 100644 index 00000000..7196b2b0 --- /dev/null +++ b/home/_includes/learn_more.html @@ -0,0 +1,3 @@ + + + \ No newline at end of file