2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-12-21 03:33:36 +00:00

make features data based

This commit is contained in:
2021-11-06 01:07:21 +01:00
parent d32f3637ef
commit bf15613174
6 changed files with 86 additions and 34 deletions

View File

@@ -6,11 +6,13 @@ backLink: false
{% include hero.html %}
{% include cta.html %}
{% assign for_b = site.data.for_b %}
{% include features.html data=for_b %}
{% include features.html %}
{% assign for_h = site.data.for_h %}
{% include features.html data=for_h %}
{% include cta.html %}
---