mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 09:39:25 +01:00
update @ Sun Dec 15 17:59:10 EET 2024
Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
parent
b121745fed
commit
19751d4b22
1 changed files with 1 additions and 0 deletions
|
@ -234,6 +234,7 @@ POST_TEMPLATE: typing.Final[str] = (
|
||||||
+ """
|
+ """
|
||||||
<style type="text/css">{post_critical_css}{code_css}</style>
|
<style type="text/css">{post_critical_css}{code_css}</style>
|
||||||
<title>{blog_title} -> {post_title}</title>
|
<title>{blog_title} -> {post_title}</title>
|
||||||
|
<meta name="title" content="{blog_title} -> {post_title}" />
|
||||||
<meta property="og:title" content="{blog_title} -> {post_title}" />
|
<meta property="og:title" content="{blog_title} -> {post_title}" />
|
||||||
<meta property="twitter:title" content="{blog_title} -> {post_title}" />
|
<meta property="twitter:title" content="{blog_title} -> {post_title}" />
|
||||||
<meta name="description" content="{post_title} by {author} at {post_creation_time} GMT -- {post_description}" />
|
<meta name="description" content="{post_title} by {author} at {post_creation_time} GMT -- {post_description}" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue