diff --git a/src/content/email-subscribe.md b/src/content/email-subscribe.md new file mode 100644 index 0000000..2a7d1c2 --- /dev/null +++ b/src/content/email-subscribe.md @@ -0,0 +1,5 @@ +--- +title: "Email Subscribe" +Description: "tea.email subscribe" +layout: "email-subscribe" +--- diff --git a/src/layouts/page/email-subscribe.html b/src/layouts/page/email-subscribe.html new file mode 100644 index 0000000..178055d --- /dev/null +++ b/src/layouts/page/email-subscribe.html @@ -0,0 +1,11 @@ +{{ define "main" }} + +
+
+
+ {{- partial "klaviyo-form.html" . -}} +
+
+
+ +{{ end }}