From 266d4c4df425f673a5723c3232887cfb3ddc9ea0 Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Fri, 6 Oct 2023 16:57:28 +0300 Subject: [PATCH] update @ Fri Oct 6 16:57:28 EEST 2023 Signed-off-by: Ari Archer --- scripts/blog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/blog.py b/scripts/blog.py index dd23300..883322a 100755 --- a/scripts/blog.py +++ b/scripts/blog.py @@ -845,7 +845,7 @@ def build(config: typing.Dict[str, typing.Any]) -> int: blog_title: str = html_escape(config["title"]) author: str = html_escape(config["author"]) - styles: str = os.path.join(config["assets-dir"], "styles.css") + styles: str = os.path.join(config["assets-dir"], "styles.min.css") def build_post(slug: str, post: typing.Dict[str, typing.Any]) -> None: ct: float = ctimer()