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 03:03:51 EET 2024
Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
parent
ba116255a5
commit
0b2e0d6c69
1 changed files with 1 additions and 1 deletions
|
@ -2004,7 +2004,7 @@ def infomedia(config: dict[str, typing.Any]) -> int:
|
|||
print(f" * used in {post['title']!r} ({slug})")
|
||||
continue
|
||||
|
||||
if f"<@{mdx}>" in post["content"]:
|
||||
if f"<@:{mdx}>" in post["content"]:
|
||||
print(f" * used in {post['title']!r} ({slug})")
|
||||
continue
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue