This commit is contained in:
Aevann1 2022-04-02 19:11:35 +02:00
parent f1e2a6d6ad
commit 5d6e14b9b3
17 changed files with 53 additions and 53 deletions

View file

@ -53,7 +53,7 @@ def feeds_user(v=None, sort='hot', t='all'):
with tag("name"):
text(post.author_name)
with tag("uri"):
text(f'{SITE_FULL}/@{post.author_name}')
text(f'/@{post.author_name}')
doc.stag("link", href=post.permalink)