mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 09:39:25 +01:00
update @ Wed Dec 18 18:25:08 EET 2024
Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
parent
e72cee8d67
commit
b6cf1225ef
1 changed files with 1 additions and 1 deletions
|
@ -827,7 +827,7 @@ def parse_inline_media_embed(
|
||||||
{"type": "linebreak"},
|
{"type": "linebreak"},
|
||||||
{
|
{
|
||||||
"type": "emphasis",
|
"type": "emphasis",
|
||||||
"raw": f"{mdx['type'].capitalize()}, {mdx['alt']} | \"{mdx['title']}\" by {mdx['credit']} ({mdx['license']}). Purpose: {mistune.escape(mdx['purpose'])}. Uploaded on {datetime.datetime.utcfromtimestamp(mdx['uploaded']).strftime('%a, %d %b %Y %H:%M:%S GMT')}.",
|
"raw": f"{mdx['type'].capitalize()}; {mdx['alt']} | \"{mdx['title']}\" by {mdx['credit']} ({mdx['license']}). Purpose: {mistune.escape(mdx['purpose'])}. Uploaded on {datetime.datetime.utcfromtimestamp(mdx['uploaded']).strftime('%a, %d %b %Y %H:%M:%S GMT')}.",
|
||||||
},
|
},
|
||||||
{"type": "text", "raw": " "},
|
{"type": "text", "raw": " "},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue