diff --git a/home/_data/end_cta.yml b/home/_data/end_cta.yml new file mode 100644 index 00000000..b2c58955 --- /dev/null +++ b/home/_data/end_cta.yml @@ -0,0 +1,4 @@ +text: Ready for a glimpse into the future?
Together we make InvenTree better, faster and more helpfull each day. +btn: + - text: open the roadmap + link: https://a.bb/ diff --git a/home/index.md b/home/index.md index e1f25ff1..6ccb7d0d 100644 --- a/home/index.md +++ b/home/index.md @@ -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 %} ---