diff --git a/home/_includes/features.html b/home/_includes/features.html index 54f3e0a1..faba0bec 100644 --- a/home/_includes/features.html +++ b/home/_includes/features.html @@ -3,7 +3,12 @@
{{ include.data.header.text }}
diff --git a/home/index.md b/home/index.md index 8f9e362a..2b4e45bb 100644 --- a/home/index.md +++ b/home/index.md @@ -8,11 +8,11 @@ main_page: True {% include functions.html data=site.data.general.function %} -{% include features.html data=site.data.for_maker %} +{% include features.html data=site.data.for_maker link='/maker' %} -{% include features.html data=site.data.for_business %} +{% include features.html data=site.data.for_business link='/business' %} -{% include features.html data=site.data.for_edu %} +{% include features.html data=site.data.for_edu link='/education' %} {% include stats.html data=site.data.general.stats %}