2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-13 10:35:27 +00:00

move data

This commit is contained in:
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] %}
{% include features.html data=data %}
{% include cta.html cta=site.data.general.learn_cta %}
{% include functions.html data=site.data.general.function extend=true %}
{% include cta.html cta=site.data.general.end_cta %}
{% include cta.html cta=site.data.ctas.learn %}
{% include functions.html data=site.data.functions.general extend=true %}
{% include cta.html cta=site.data.ctas.end %}