update @ Fri 19 Aug 02:12:47 EEST 2022

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-08-19 02:12:47 +03:00
parent 4360c0ea7a
commit 5b6583a7cd
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: A50D5B4B599AF8A2

View file

@ -350,11 +350,13 @@ def build(config: Dict) -> Tuple[int, Dict]:
config["base-homepage"],
config["git-url"],
config["comment-url"],
markdown(b64decode(blog_meta["content"]).decode())
markdown(
b64decode(blog_meta["content"]).decode(),
extensions=config["py-markdown-extensions"],
)
.replace("<h1>", "<h2>")
.replace("<h1/>", "<h2/>"),
),
extensions=config["py-markdown-extensions"],
)
)
blog_html_full: str = BLOG_HTML_TEMPLATE.format(