From 6b3a4a6fa9ce786873d9b4750e513779cd97ea18 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Fri, 22 Apr 2022 23:30:59 +0200 Subject: [PATCH] make feature text more similar --- _data/for_business.yml | 4 ++-- _data/for_edu.yml | 6 +++--- _data/for_maker.yml | 2 +- _includes/block/features.html | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) 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.subtitle }}

{{ item.title }}

-

{{ item.description }} +

{{ item.text }} {% if include.extend and item.extend %}

{{ item.extend }}{% endif %}

Learn More {% include fnc/learn_more.html %}