From 99107f2a1f57d3b3a44d510e421f757a3f392a4c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 7 Dec 2025 17:01:11 +0000 Subject: [PATCH] Continue --- blog.py | 1 + 1 file changed, 1 insertion(+) diff --git a/blog.py b/blog.py index 6f84fd987..1d97b7001 100644 --- a/blog.py +++ b/blog.py @@ -220,6 +220,7 @@ def _html_blog_post_markdown(content: str) -> str: if ctr == 0: new_content2 = section ctr += 1 + continue if '<' in section: section = section.replace('<', '<', 1) section = '<' + html_header + '>' + section