mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 09:39:25 +01:00
update @ Mon 14 Mar 23:26:48 EET 2022
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
a53937483d
commit
740ab98e62
2 changed files with 1 additions and 2 deletions
|
@ -56,4 +56,4 @@
|
|||
"keywords": "pi pi-day piday math einstein 3.14159 \u03c0 website blog opinion article ari-web ari"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -406,7 +406,6 @@ def edit_title(blog: str, config: Dict) -> int:
|
|||
|
||||
old_blog: dict = config["blogs"][blog].copy()
|
||||
old_blog["title"] = b64encode(new_title.encode()).decode()
|
||||
|
||||
del config["blogs"][blog]
|
||||
|
||||
config["blogs"][sanitise_title(new_title, config["blogs"])] = old_blog
|
||||
|
|
Loading…
Add table
Reference in a new issue