mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 17:49:24 +01:00
update @ Sun 17 Apr 17:22:38 EEST 2022
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
08195a64f0
commit
d0e66254ab
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue