This commit is contained in:
Aevann1 2021-10-20 01:43:11 +02:00
parent d83a97e864
commit a33abd82af
10 changed files with 26 additions and 26 deletions

View file

@ -51,7 +51,7 @@ def feeds_user(sort='hot', t='all'):
with tag("name"):
text(post.author.username)
with tag("uri"):
text(f'https://{site}/@{post.author.username}')
text(f'http://{site}/@{post.author.username}')
doc.stag("link", href=full_link(post.permalink))