update @ Sun 17 Apr 17:22:38 EEST 2022

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-04-17 17:22:38 +03:00
parent 08195a64f0
commit d0e66254ab
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

@ -315,7 +315,7 @@ def build(config: Dict) -> Tuple[int, Dict]:
if blog_meta["minimise"]: if blog_meta["minimise"]:
log(f"Minifying {blog_name!r} HTML", "MINIFY") log(f"Minifying {blog_name!r} HTML", "MINIFY")
blog_html_full = html_minify(blog_html_full) blog_html_full = html_minify(blog_html_full)
log(f"Done minifying HTML of {blog_name!r}", "MINIFY") log(f"Done minifying the HTML of {blog_name!r}", "MINIFY")
blog_html.write(blog_html_full) blog_html.write(blog_html_full)