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

CTA at the end

This commit is contained in:
2021-11-06 02:58:04 +01:00
parent 5e3904bdff
commit 9a584309f5
2 changed files with 6 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ backLink: false
{% assign for_h = site.data.for_h %}
{% include features.html data=for_h %}
{% include cta.html %}
{% assign end = site.data.end_cta %}
{% include cta.html cta=end %}
---