update @ Fri Oct 6 16:57:28 EEST 2023

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2023-10-06 16:57:28 +03:00
parent 7a5586f5fd
commit 266d4c4df4
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

@ -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()