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

make buttons configurable

This commit is contained in:
Matthias Mair
2022-04-22 23:55:24 +02:00
parent 9024915389
commit 9ccd5ee9a1
4 changed files with 23 additions and 3 deletions

View File

@ -2,7 +2,14 @@
layout: default
---
{% include block/hero.html title=site.tagline title_2=page.title_2 image='https://dummyimage.com/860x600' color='with InvenTree' detail=page.long_text %}
{% include block/hero.html
title=site.tagline
title_2=page.title_2
image='https://dummyimage.com/860x600'
color='with InvenTree'
detail=page.long_text
buttons=page.buttons
%}
{% assign data = site.data[page.data] %}
{% include block/features.html data=data extend=true %}