update @ Sun 17 Apr 17:08:13 EEST 2022

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-04-17 17:08:13 +03:00
parent f8fad2a213
commit fd3b1ee3fa
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

@ -377,6 +377,7 @@ Title: {b64decode(blog_meta['title']).decode()!r}
Version: {blog_meta['version']} Version: {blog_meta['version']}
Time of creation: {format_time(blog_meta['time'])} Time of creation: {format_time(blog_meta['time'])}
Keywords: {blog_meta['keywords'].replace(' ', ', ')} Keywords: {blog_meta['keywords'].replace(' ', ', ')}
Minimise: {'Yes' if blog_meta['minimise'] else 'No'}
""" """
) )