mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 17:49:24 +01:00
update @ Fri Oct 6 16:57:28 EEST 2023
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
7a5586f5fd
commit
266d4c4df4
1 changed files with 1 additions and 1 deletions
|
@ -845,7 +845,7 @@ def build(config: typing.Dict[str, typing.Any]) -> int:
|
||||||
|
|
||||||
blog_title: str = html_escape(config["title"])
|
blog_title: str = html_escape(config["title"])
|
||||||
author: str = html_escape(config["author"])
|
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:
|
def build_post(slug: str, post: typing.Dict[str, typing.Any]) -> None:
|
||||||
ct: float = ctimer()
|
ct: float = ctimer()
|
||||||
|
|
Loading…
Add table
Reference in a new issue