This commit is contained in:
Aevann1 2022-01-24 19:37:37 +02:00
parent cb4386b9b8
commit 1e83371849
19 changed files with 42 additions and 42 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'{request.host_url}@{post.author_name}')
text(f'{SITE_FULL}/@{post.author_name}')
doc.stag("link", href=full_link(post.permalink))