From 36890a60098598624de01f36d53078ea9430b315 Mon Sep 17 00:00:00 2001 From: Jan Hohenheim Date: Sun, 30 Jun 2024 01:57:57 +0200 Subject: [PATCH 1/8] Add unstyled subscribe button --- templates/index.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/templates/index.html b/templates/index.html index df68c7b1a..033c535ac 100644 --- a/templates/index.html +++ b/templates/index.html @@ -52,6 +52,28 @@ {% endblock content %} +
+
+

Subscribe

+
* indicates required
+
+
+ + +
+ +
+
+ +
+
+
+
+
+ {% include "includes/footer.html" %} From f9b711418cbde7c37bd1e0294587518f34883df6 Mon Sep 17 00:00:00 2001 From: Jan Hohenheim Date: Sun, 30 Jun 2024 14:47:30 +0200 Subject: [PATCH 2/8] Use new campaign --- templates/includes/email_signup.html | 18 ++++++++++++++++++ templates/includes/footer.html | 2 ++ templates/index.html | 22 ---------------------- 3 files changed, 20 insertions(+), 22 deletions(-) create mode 100644 templates/includes/email_signup.html diff --git a/templates/includes/email_signup.html b/templates/includes/email_signup.html new file mode 100644 index 000000000..f5bb3cae0 --- /dev/null +++ b/templates/includes/email_signup.html @@ -0,0 +1,18 @@ +
+
+

Subscribe

+
+
+ + +
+ +
+ +
+
+
+
+ \ No newline at end of file diff --git a/templates/includes/footer.html b/templates/includes/footer.html index b9fb06da0..500ecc0a4 100644 --- a/templates/includes/footer.html +++ b/templates/includes/footer.html @@ -23,6 +23,8 @@ {% if config.description %}

{{ config.description }}

{% endif %} + + {% include "includes/email_signup.html" %}