From 14235120c8ddd526320cf9720b8aa145e40e70b8 Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Mon, 25 Aug 2025 15:07:56 +0000 Subject: [PATCH] Update mail subscribe form list, re-enable on posts --- _includes/mail-form.html | 18 ++++++++++++------ _layouts/post.html | 5 +---- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/_includes/mail-form.html b/_includes/mail-form.html index eab4d12..1e45501 100644 --- a/_includes/mail-form.html +++ b/_includes/mail-form.html @@ -5,7 +5,11 @@

Subscribe to my future posts

-
+

@@ -17,20 +21,22 @@
-
+

- + +
- Or subscribe to my RSS feed + Or subscribe to my RSS feed
-
-
+
diff --git a/_layouts/post.html b/_layouts/post.html index ac54e9c..0b00f54 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -14,7 +14,4 @@ layout: default -{% include comments.html %} - - - +{% include comments.html %} {% include mail-form.html %}