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