diff --git a/_data/for_business.yml b/_data/for_business.yml
index 414d5fdf..8b2819db 100644
--- a/_data/for_business.yml
+++ b/_data/for_business.yml
@@ -8,7 +8,7 @@ text: |
features:
- title: lorem ipsum title
subtitle: lorem ipsum subtitle
- description: |
+ text: |
lorem ipsum
- lorem ipsum
@@ -20,5 +20,5 @@ features:
- title: lorem ipsum title
subtitle: lorem ipsum subtitle
- description: lorem ipsum description
+ text: lorem ipsum description
link: https://example.com/
diff --git a/_data/for_edu.yml b/_data/for_edu.yml
index 63c8bddf..a4a33c16 100644
--- a/_data/for_edu.yml
+++ b/_data/for_edu.yml
@@ -8,10 +8,10 @@ text: |
features:
- title: Open Source - Open Knowledge
subtitle: Stay independed of big vendors
- description: Free software of big vendors helps the budget. But how about your students?
Don’t teach tools – teach process and competence. InvenTree is MIT licensed and free forever.
Also, we are open to contribution from all ages!
- link: https://example.com/
+ text: Free software of big vendors helps the budget. But how about your students?
+ extend: Don’t teach tools – teach process and competence. InvenTree is MIT licensed and free forever.
Also, we are open to contribution from all ages!
- title: lorem ipsum title
subtitle: lorem ipsum subtitle
- description: lorem ipsum description
+ text: lorem ipsum description
link: https://example.com/
diff --git a/_data/for_maker.yml b/_data/for_maker.yml
index dee91c1d..928bf1cc 100644
--- a/_data/for_maker.yml
+++ b/_data/for_maker.yml
@@ -8,5 +8,5 @@ text: |
features:
- title: lorem ipsum title
subtitle: lorem ipsum subtitle
- description: lorem ipsum description
+ text: lorem ipsum description
link: https://example.com/
diff --git a/_includes/block/features.html b/_includes/block/features.html
index f0884145..19cf2150 100644
--- a/_includes/block/features.html
+++ b/_includes/block/features.html
@@ -21,7 +21,7 @@
{{ item.description }} +
{{ item.text }}
{% if include.extend and item.extend %}
{{ item.extend }}{% endif %}