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:
@@ -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 %}
|
||||
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user