2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-08-07 13:02:16 +00:00

add extend functionality

This commit is contained in:
2021-11-08 19:10:40 +01:00
parent 1e9f518582
commit 05eba87a8f
3 changed files with 9 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ layout: default
{% include features.html data=data %}
{% include cta.html cta=site.data.general.learn_cta %}
{% include functions.html data=site.data.general.function %}
{% include functions.html data=site.data.general.function extend=true %}
{% include cta.html cta=site.data.general.end_cta %}
---