There can be only one h1 tag. So do a regex on all md files to replace `^(#) ` with `$1# ` ---- In the /blog, add the css tag `.post_content` doesn't seem to exist on the blog details page. ``` .post_content .hide-from-excerpt { display: none; } ```