2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-12-21 03:33:36 +00:00

add stats

This commit is contained in:
2021-11-07 20:44:27 +01:00
parent ddd12b4970
commit 0ad6ca7415
3 changed files with 33 additions and 0 deletions

View File

@@ -16,6 +16,8 @@ backLink: false
{% assign for_e = site.data.for_edu %}
{% include features.html data=for_e %}
{% assign stats = site.data.stats %}
{% include stats.html data=stats %}
{% assign end = site.data.end_cta %}
{% include cta.html cta=end %}