From c1d9fd4021cc02052ce92c25215bcd061110b0ca Mon Sep 17 00:00:00 2001 From: Emi Griffith Date: Sun, 19 Jul 2026 15:26:47 -0700 Subject: [PATCH] Hide footer email digest signup for now (#194) * Hide footer email digest signup for now Comment out the compact digest signup form in the site footer; restore by removing the surrounding Jinja comment wrapper. Claude-Session: https://claude.ai/code/session_01XXxmNFy9cZ6Gh8Y9thZn62 * Update digest test for hidden footer form The footer signup form is now hidden; assert its absence site-wide. The /digest endpoint stays live and its tests are unchanged. Claude-Session: https://claude.ai/code/session_01XXxmNFy9cZ6Gh8Y9thZn62 --- templates/base.html.j2 | 5 ++++- tests/test_digest.py | 9 +++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/templates/base.html.j2 b/templates/base.html.j2 index 63665bf..c310b4a 100644 --- a/templates/base.html.j2 +++ b/templates/base.html.j2 @@ -65,7 +65,9 @@