update @ Wed 3 Aug 02:39:25 EEST 2022

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-08-03 02:39:25 +03:00
parent dd741ca560
commit b90dc388a9
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

@ -138,7 +138,7 @@ HOME_PAGE_HTML_TEMPLATE: str = f"""<!DOCTYPE html>
</head> </head>
<body> <body>
<h1>{{page_header}}</h1> <h1>{{page_header}}</h1>
<nav id="info-bar" aria-hidden="true"> <nav id="info-bar" aria-hidden="true" role="menubar">
<p>last blog on: <time>{{lastest_blog_time}}</time> GMT | \ <p>last blog on: <time>{{lastest_blog_time}}</time> GMT | \
latest blog: <a href="{{latest_blog_url}}">{{latest_blog_title}}</a> | \ latest blog: <a href="{{latest_blog_url}}">{{latest_blog_title}}</a> | \
<a href="{{git_url}}">git</a></p> <a href="{{git_url}}">git</a></p>