We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb719b commit 6091577Copy full SHA for 6091577
1 file changed
src/websites.py
@@ -131,7 +131,7 @@ async def render(self) -> str | None:
131
original_url, original_label = await self.get_original_url()
132
fixed_link = f"[{original_label}](<{original_url}>)"
133
if author_url:
134
- fixed_link += f" • [{author_label}](<{author_url}>)"
+ fixed_link += f" • [@{author_label}](<{author_url}>)"
135
fixed_link += f" • [{fixed_label}]({fixed_url})"
136
137
if self.spoiler:
0 commit comments