2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-28 05:26:44 +00:00

move data

This commit is contained in:
Matthias Mair 2022-02-03 01:38:28 +01:00
parent 0cf854d056
commit dfcdb7087e
6 changed files with 7 additions and 7 deletions

View File

@ -7,6 +7,6 @@ layout: default
{% assign data = site.data[page.data] %} {% assign data = site.data[page.data] %}
{% include features.html data=data %} {% include features.html data=data %}
{% include cta.html cta=site.data.general.learn_cta %} {% include cta.html cta=site.data.ctas.learn %}
{% include functions.html data=site.data.general.function extend=true %} {% include functions.html data=site.data.functions.general extend=true %}
{% include cta.html cta=site.data.general.end_cta %} {% include cta.html cta=site.data.ctas.end %}

View File

@ -5,6 +5,6 @@ layout: default
{% include hero.html title='A wealth of functions' title_2='is provided' image='https://dummyimage.com/860x600' color='by default with InvenTree' detail='By default InvenTree ships with a lot of functions in the area of part, inventory, supplier, manufacturer, machine and BOM managment. {% include hero.html title='A wealth of functions' title_2='is provided' image='https://dummyimage.com/860x600' color='by default with InvenTree' detail='By default InvenTree ships with a lot of functions in the area of part, inventory, supplier, manufacturer, machine and BOM managment.
It also enables reports, is extendible and can be extended with plugins.' %} It also enables reports, is extendible and can be extended with plugins.' %}
{% include functions.html data=site.data.general.function extend=true no_link=true padding=false %} {% include functions.html data=site.data.functions.general extend=true no_link=true padding=false %}
{% include functions.html data=site.data.functions.extras extend=true padding=false %} {% include functions.html data=site.data.functions.extras extend=true padding=false %}
{% include cta.html cta=site.data.general.end_cta %} {% include cta.html cta=site.data.ctas.end %}

View File

@ -6,7 +6,7 @@ main_page: True
{% include hero.html title=site.tagline title_2='and more' image='https://dummyimage.com/860x600' color='with InvenTree' detail='Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.' %} {% include hero.html title=site.tagline title_2='and more' image='https://dummyimage.com/860x600' color='with InvenTree' detail='Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.' %}
{% include functions.html data=site.data.general.function %} {% include functions.html data=site.data.functions.general %}
{% include features.html data=site.data.for_maker link=true %} {% include features.html data=site.data.for_maker link=true %}
{% include features.html data=site.data.for_business link=true%} {% include features.html data=site.data.for_business link=true%}
@ -14,5 +14,5 @@ main_page: True
{% include stats.html data=site.data.general.stats %} {% include stats.html data=site.data.general.stats %}
{% include cta.html cta=site.data.general.end_cta %} {% include cta.html cta=site.data.ctas.end %}