diff --git a/scripts/blog b/scripts/blog index 9e1b7d2..3097703 100755 --- a/scripts/blog +++ b/scripts/blog @@ -315,7 +315,7 @@ def build(config: Dict) -> Tuple[int, Dict]: if blog_meta["minimise"]: log(f"Minifying {blog_name!r} HTML", "MINIFY") 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)