mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-28 05:26:44 +00:00
use CTA for signup
This commit is contained in:
parent
126a5b4d1e
commit
1cd9d118c0
5
_data/ctas/newsletter.yml
Normal file
5
_data/ctas/newsletter.yml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
text: Ready for a glimpse into the future?<br>Together we make InvenTree better, faster and more helpfull each day.
|
||||||
|
btn:
|
||||||
|
- text: Sign up
|
||||||
|
link:
|
||||||
|
internal: newsletter.md
|
2
index.md
2
index.md
@ -23,5 +23,7 @@ main_page: True
|
|||||||
|
|
||||||
{% include partial/newsletter.html %}
|
{% include partial/newsletter.html %}
|
||||||
|
|
||||||
|
{% include block/cta.html cta=site.data.ctas.newsletter %}
|
||||||
|
|
||||||
{% include block/cta.html cta=site.data.ctas.end %}
|
{% include block/cta.html cta=site.data.ctas.end %}
|
||||||
|
|
||||||
|
6
newsletter.md
Normal file
6
newsletter.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
layout: default
|
||||||
|
backLink: false
|
||||||
|
---
|
||||||
|
|
||||||
|
{% include partial/newsletter.html %}
|
Loading…
x
Reference in New Issue
Block a user