From 02637836b482429d122d0de791a47dec982ddcf0 Mon Sep 17 00:00:00 2001 From: "Syed M. Sawaid" <34231494+SyedMSawaid@users.noreply.github.com> Date: Mon, 9 Dec 2024 18:02:32 +0100 Subject: [PATCH] feat: added subscription box --- src/_components/subscribe.liquid | 15 +++++++++++++++ src/index.md | 4 +++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 src/_components/subscribe.liquid diff --git a/src/_components/subscribe.liquid b/src/_components/subscribe.liquid new file mode 100644 index 0000000..e4a325a --- /dev/null +++ b/src/_components/subscribe.liquid @@ -0,0 +1,15 @@ +
diff --git a/src/index.md b/src/index.md index 7bbafad..f691648 100644 --- a/src/index.md +++ b/src/index.md @@ -29,4 +29,6 @@ I would love to hear from you. You can contact me: - Email: [hi@syedmsawaid.com](mailto:hi@syedmsawaid.com) - Bluesky: [@syedmsawaid.com](https://bsky.app/profile/syedmsawaid.com){:target="_blank"} -- [other ways](/contact) \ No newline at end of file +- [other ways](/contact) + +{% render "subscribe" %}