mirror of
https://github.com/inventree/inventree-website.git
synced 2026-05-28 11:49:23 +00:00
use CTA for signup
This commit is contained in:
@@ -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
|
||||||
@@ -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 %}
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
layout: default
|
||||||
|
backLink: false
|
||||||
|
---
|
||||||
|
|
||||||
|
{% include partial/newsletter.html %}
|
||||||
Reference in New Issue
Block a user