update @ Sun Dec 15 17:48:37 EET 2024

Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
Arija A. 2024-12-15 17:48:37 +02:00
parent 3cc0e1acbe
commit d310df30c3
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

@ -236,7 +236,7 @@ POST_TEMPLATE: typing.Final[str] = (
<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 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="og:type" content="article" /> {image_meta}
</head>