mirror of
https://github.com/inventree/inventree-website.git
synced 2025-12-21 03:33:36 +00:00
refactor to reduce double data
This commit is contained in:
@@ -5,7 +5,7 @@ backLink: false
|
||||
|
||||
{% include hero.html title=site.tagline title_2='and more' image='https://dummyimage.com/860x600' color='with InvenTree' %}
|
||||
|
||||
{% include functions.html data=site.data.function %}
|
||||
{% include functions.html data=site.data.general.function %}
|
||||
|
||||
{% include features.html data=site.data.for_hobby %}
|
||||
|
||||
@@ -13,8 +13,8 @@ backLink: false
|
||||
|
||||
{% include features.html data=site.data.for_edu %}
|
||||
|
||||
{% include stats.html data=site.data.stats %}
|
||||
{% include stats.html data=site.data.general.stats %}
|
||||
|
||||
{% include cta.html cta=site.data.end_cta %}
|
||||
{% include cta.html cta=site.data.general.end_cta %}
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user