From dbef3ac0d30f4a933eb2d4cee2ef3faec7391803 Mon Sep 17 00:00:00 2001 From: Charlotte Wickham Date: Mon, 18 May 2026 10:45:52 -0700 Subject: [PATCH] Remove dangling signup.html reference from blog posts metadata (#2033) The signup.html file was removed in #2017 when the Mailchimp form was retired, but _metadata.yml still pulled it in via include-after-body. (cherry picked from commit a229aafc2aa51b7a4f3818b0bea3a08365177f20) --- docs/blog/posts/_metadata.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/blog/posts/_metadata.yml b/docs/blog/posts/_metadata.yml index 87fda4631d..6cd877104f 100644 --- a/docs/blog/posts/_metadata.yml +++ b/docs/blog/posts/_metadata.yml @@ -4,8 +4,4 @@ comments: category: Blog title-block-banner: true toc-location: left -format: - html: - include-after-body: - - ../signup.html search: false