mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 09:39:25 +01:00
update @ Sat Jan 25 14:08:14 EET 2025
Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
parent
4e44352105
commit
9e31067628
1 changed files with 1 additions and 1 deletions
|
@ -826,7 +826,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['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