Skip to content

Commit 6091577

Browse files
committed
🔧 websites: update author link format to include '@' symbol
1 parent fcb719b commit 6091577

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/websites.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ async def render(self) -> str | None:
131131
original_url, original_label = await self.get_original_url()
132132
fixed_link = f"[{original_label}](<{original_url}>)"
133133
if author_url:
134-
fixed_link += f" • [{author_label}](<{author_url}>)"
134+
fixed_link += f" • [@{author_label}](<{author_url}>)"
135135
fixed_link += f" • [{fixed_label}]({fixed_url})"
136136

137137
if self.spoiler:

0 commit comments

Comments
 (0)