update @ Thu 2 Nov 23:16:41 EET 2023

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2023-11-02 23:16:41 +02:00
parent 29157019e5
commit ee0b6409a9
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
2 changed files with 22 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -836,7 +836,7 @@ def new(config: dict[str, typing.Any]) -> int:
def ls(config: dict[str, typing.Any]) -> int:
"""list all posts"""
for slug, post in config["posts"].items():
for slug, post in reversed(config["posts"].items()):
llog(
f"""post({slug})