From 57a271ba8ec5d15a317a992f0115bc5295bea7ac Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Thu, 3 Nov 2022 16:36:15 -0400 Subject: [PATCH] Add subscription confirmed page --- src/content/subscribed.md | 5 +++++ src/layouts/page/products.html | 2 +- src/layouts/page/subscribed.html | 38 ++++++++++++++++++++++++++++++++ src/static/css/products.css | 5 +++-- 4 files changed, 47 insertions(+), 3 deletions(-) create mode 100644 src/content/subscribed.md create mode 100644 src/layouts/page/subscribed.html diff --git a/src/content/subscribed.md b/src/content/subscribed.md new file mode 100644 index 0000000..4410d19 --- /dev/null +++ b/src/content/subscribed.md @@ -0,0 +1,5 @@ +--- +title: "Subscription Confirmed" +Description: "You've successfully subscribed to our newsletter" +layout: "subscribed" +--- diff --git a/src/layouts/page/products.html b/src/layouts/page/products.html index 9ecc14b..f4866a0 100644 --- a/src/layouts/page/products.html +++ b/src/layouts/page/products.html @@ -91,7 +91,7 @@
Just like the perfect cup of tea, greatness takes time to steep. But the wait is over… it’s time to take your first sip.
diff --git a/src/layouts/page/subscribed.html b/src/layouts/page/subscribed.html new file mode 100644 index 0000000..129d6ab --- /dev/null +++ b/src/layouts/page/subscribed.html @@ -0,0 +1,38 @@ +{{ define "main" }} + +You've successfully subscribed to our newletter. Don't worry, we won't blow up your inbox. Here at tea, we take a pretty minimal approach to emails. If there's something that you absolutely need to know, we'll reach out. In the meantime, be sure to join our Discord!
+ + + +