2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-18 04:55:32 +00:00

more abstract formatting

This commit is contained in:
2021-11-07 23:31:13 +01:00
parent bcea172b99
commit 2b1a0ce567
4 changed files with 18 additions and 27 deletions

View File

@ -5,15 +5,12 @@ backLink: false
{% include hero.html title=site.tagline title_2='for Education' image='https://dummyimage.com/860x600' color='with InvenTree' %}
{% assign for_e = site.data.for_edu %}
{% include features.html data=for_e %}
{% include features.html data=site.data.for_edu %}
{% include cta.html text='InvenTree provides functions for all kinds of users and parts' link = '/' link_text = 'Learn More' %}
{% include cta.html cta=site.data.learn_cta %}
{% assign function = site.data.function %}
{% include functions.html data=function %}
{% include functions.html data=site.data.function %}
{% assign end = site.data.end_cta %}
{% include cta.html cta=end %}
{% include cta.html cta=site.data.end_cta %}
---