update @ Wed 27 Dec 06:59:52 EET 2023

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2023-12-27 06:59:52 +02:00
parent f5cfa6f6ee
commit 4c05a971a9
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

@ -1007,7 +1007,7 @@ def build(config: dict[str, typing.Any]) -> int:
post["content"], config["markdown-plugins"]
),
blog=config["blog"],
path=f"{config['posts-dir']}/{slug}",
path=f"{config['posts-dir']}/{slug}/",
license=config["license"],
email=config["email"],
),
@ -1094,7 +1094,7 @@ def build(config: dict[str, typing.Any]) -> int:
theme_primary=config["theme"]["primary"],
theme_secondary=config["theme"]["secondary"],
blog=config["blog"],
path="stats",
path="stats/",
styles=styles,
critical_css=crit_css,
gen=GEN,