mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 09:39:25 +01:00
update @ Mon 24 Oct 01:14:51 EEST 2022
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
8317b10c34
commit
d1edc6b3a9
1 changed files with 4 additions and 4 deletions
|
@ -102,7 +102,7 @@ skip</a>
|
|||
</nav>
|
||||
</header>
|
||||
|
||||
<main id="main">
|
||||
<article id="main">
|
||||
|
||||
<!-- Main blog content: Begin -->
|
||||
|
||||
|
@ -110,7 +110,7 @@ skip</a>
|
|||
|
||||
<!-- Main blog content: End -->
|
||||
|
||||
</main>"""
|
||||
</article>"""
|
||||
|
||||
HTML_HEADER: str = f"""<head>
|
||||
<meta charset="UTF-8"/>
|
||||
|
@ -144,11 +144,11 @@ BLOG_HTML_TEMPLATE: str = f"""<!DOCTYPE html>
|
|||
<meta property="og:type" content="article"/>
|
||||
</head>
|
||||
<body>
|
||||
<article id="blog-content">
|
||||
<main id="blog-content">
|
||||
|
||||
{{blog}}
|
||||
|
||||
</article>
|
||||
</main>
|
||||
</body>
|
||||
</html>"""
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue