fsdfsd
This commit is contained in:
parent
5d258ae3a6
commit
00f138acc7
13 changed files with 34 additions and 34 deletions
|
@ -51,7 +51,7 @@ def feeds_user(sort='hot', t='all'):
|
|||
with tag("name"):
|
||||
text(post.author.username)
|
||||
with tag("uri"):
|
||||
text(f'http://{site}/@{post.author.username}')
|
||||
text(f'https://{site}/@{post.author.username}')
|
||||
|
||||
doc.stag("link", href=full_link(post.permalink))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue