mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 09:39:25 +01:00
update @ Wed 27 Dec 06:59:52 EET 2023
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
f5cfa6f6ee
commit
4c05a971a9
1 changed files with 2 additions and 2 deletions
|
@ -1007,7 +1007,7 @@ def build(config: dict[str, typing.Any]) -> int:
|
||||||
post["content"], config["markdown-plugins"]
|
post["content"], config["markdown-plugins"]
|
||||||
),
|
),
|
||||||
blog=config["blog"],
|
blog=config["blog"],
|
||||||
path=f"{config['posts-dir']}/{slug}",
|
path=f"{config['posts-dir']}/{slug}/",
|
||||||
license=config["license"],
|
license=config["license"],
|
||||||
email=config["email"],
|
email=config["email"],
|
||||||
),
|
),
|
||||||
|
@ -1094,7 +1094,7 @@ def build(config: dict[str, typing.Any]) -> int:
|
||||||
theme_primary=config["theme"]["primary"],
|
theme_primary=config["theme"]["primary"],
|
||||||
theme_secondary=config["theme"]["secondary"],
|
theme_secondary=config["theme"]["secondary"],
|
||||||
blog=config["blog"],
|
blog=config["blog"],
|
||||||
path="stats",
|
path="stats/",
|
||||||
styles=styles,
|
styles=styles,
|
||||||
critical_css=crit_css,
|
critical_css=crit_css,
|
||||||
gen=GEN,
|
gen=GEN,
|
||||||
|
|
Loading…
Add table
Reference in a new issue