2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-18 04:55:32 +00:00

add functions texts

This commit is contained in:
2021-11-07 22:11:36 +01:00
parent 25afa33115
commit ce2f27895f
4 changed files with 42 additions and 0 deletions

View File

@ -10,6 +10,9 @@ backLink: false
{% include cta.html text='read more on the site!' %}
{% assign function = site.data.function %}
{% include functions.html data=function %}
{% assign end = site.data.end_cta %}
{% include cta.html cta=end %}