mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 09:39:25 +01:00
update @ Thu 2 Nov 23:16:41 EET 2023
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
29157019e5
commit
ee0b6409a9
2 changed files with 22 additions and 3 deletions
23
blog.json
23
blog.json
File diff suppressed because one or more lines are too long
|
@ -836,7 +836,7 @@ def new(config: dict[str, typing.Any]) -> int:
|
||||||
def ls(config: dict[str, typing.Any]) -> int:
|
def ls(config: dict[str, typing.Any]) -> int:
|
||||||
"""list all posts"""
|
"""list all posts"""
|
||||||
|
|
||||||
for slug, post in config["posts"].items():
|
for slug, post in reversed(config["posts"].items()):
|
||||||
llog(
|
llog(
|
||||||
f"""post({slug})
|
f"""post({slug})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue