vcvc
This commit is contained in:
parent
cb4386b9b8
commit
1e83371849
19 changed files with 42 additions and 42 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue