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:48:37 EET 2024
Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
parent
3cc0e1acbe
commit
d310df30c3
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ POST_TEMPLATE: typing.Final[str] = (
|
||||||
<meta property="og:title" content="{blog_title} -> {post_title}" />
|
<meta property="og: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}" />
|
||||||
<meta property="og:description" content="{post_title} by {author} at {post_creation_time} GMT -- {post_description}" />
|
<meta property="og:description" content="{post_title} by {author} at {post_creation_time} GMT -- {post_description}" />
|
||||||
<meta property="og:twitter" content="{post_title} by {author} at {post_creation_time} GMT -- {post_description}" />
|
<meta property="twitter:description" content="{post_title} by {author} at {post_creation_time} GMT -- {post_description}" />
|
||||||
<meta property="article:read_time" content="{post_read_time}" />
|
<meta property="article:read_time" content="{post_read_time}" />
|
||||||
<meta property="og:type" content="article" /> {image_meta}
|
<meta property="og:type" content="article" /> {image_meta}
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Add table
Reference in a new issue