mirror of
https://github.com/inventree/inventree-website.git
synced 2025-12-21 03:33:36 +00:00
add sections
This commit is contained in:
@@ -6,12 +6,16 @@ backLink: false
|
||||
{% include hero.html title=site.tagline title_2='and more' image='https://dummyimage.com/860x600' color='with InvenTree' %}
|
||||
|
||||
|
||||
{% assign for_b = site.data.for_b %}
|
||||
|
||||
{% assign for_h = site.data.for_hobby %}
|
||||
{% include features.html data=for_h %}
|
||||
|
||||
{% assign for_b = site.data.for_business %}
|
||||
{% include features.html data=for_b %}
|
||||
|
||||
{% assign for_e = site.data.for_edu %}
|
||||
{% include features.html data=for_e %}
|
||||
|
||||
{% assign for_h = site.data.for_h %}
|
||||
{% include features.html data=for_h %}
|
||||
|
||||
{% assign end = site.data.end_cta %}
|
||||
{% include cta.html cta=end %}
|
||||
|
||||
Reference in New Issue
Block a user