mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 17:49:24 +01:00
update @ Sat 12 Mar 23:54:55 EET 2022
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
2c3bd6b87f
commit
5a4c5c1d6a
2 changed files with 5 additions and 5 deletions
|
@ -43,11 +43,11 @@ a {
|
||||||
text-shadow: 0px 0px 6px white;
|
text-shadow: 0px 0px 6px white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-bar {
|
#info-bar {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.blog-content {
|
#blog-content {
|
||||||
padding: 0.3em;
|
padding: 0.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -63,13 +63,13 @@ BLOG_VERSION: int = 1
|
||||||
|
|
||||||
BLOG_MARKDOWN_TEMPLATE: str = """# %s
|
BLOG_MARKDOWN_TEMPLATE: str = """# %s
|
||||||
|
|
||||||
<div class="info-bar" aria-hidden="true">
|
<div id="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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
|
|
||||||
<div class="blog-content">
|
<div id="blog-content">
|
||||||
|
|
||||||
%s
|
%s
|
||||||
|
|
||||||
|
@ -110,7 +110,7 @@ HOME_PAGE_HTML_TEMPLATE: str = f"""<!DOCTYPE html>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>My blogs</h1>
|
<h1>My blogs</h1>
|
||||||
<div class="info-bar" aria-hidden="true">
|
<div id="info-bar" aria-hidden="true">
|
||||||
<p>last blog on: <code>{{lastest_blog_time}}</code> | latest blog: <a href="{{latest_blog_url}}">{{latest_blog_title}}</a> | <a href="{{git_url}}">source code</a></p>
|
<p>last blog on: <code>{{lastest_blog_time}}</code> | latest blog: <a href="{{latest_blog_url}}">{{latest_blog_title}}</a> | <a href="{{git_url}}">source code</a></p>
|
||||||
<hr/>
|
<hr/>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue