mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-18 04:55:32 +00:00
refactor to reduce double data
This commit is contained in:
14
home/_layouts/branche.html
Normal file
14
home/_layouts/branche.html
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
{% include hero.html title=site.tagline title_2=page.title_2 image='https://dummyimage.com/860x600' color='with InvenTree' %}
|
||||
|
||||
{% 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 %}
|
||||
{% include cta.html cta=site.data.general.end_cta %}
|
||||
|
||||
---
|
Reference in New Issue
Block a user