mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 01:29:24 +01:00
update @ Wed Dec 18 18:23:37 EET 2024
Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
parent
161476575a
commit
e72cee8d67
1 changed files with 1 additions and 1 deletions
|
@ -827,7 +827,7 @@ def parse_inline_media_embed(
|
|||
{"type": "linebreak"},
|
||||
{
|
||||
"type": "emphasis",
|
||||
"raw": f"{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": " "},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue