update @ Sat 12 Mar 21:58:40 EET 2022

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-03-12 21:58:40 +02:00
parent c21c900517
commit ab68a5eac4
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

@ -61,7 +61,7 @@ DEFAULT_CONFIG_FILE: str = "blog.json"
HISTORY_FILE: str = ".blog_history" HISTORY_FILE: str = ".blog_history"
BLOG_VERSION: int = 1 BLOG_VERSION: int = 1
BLOG_MARKDOWN_TEMPLATEL: str = """# %s BLOG_MARKDOWN_TEMPLATE: str = """# %s
<div class="info-bar" aria-hidden="true"> <div class="info-bar" aria-hidden="true">
%s | <a href="%s">back</a> | <a href="/">home</a> | <a href="%s">git</a> %s | <a href="%s">back</a> | <a href="/">home</a> | <a href="%s">git</a>