remotes/1693045480750635534/spooky-22
Aevann1 2021-09-14 18:30:22 +02:00
parent 6088337b4a
commit 0e28116652
1 changed files with 0 additions and 2 deletions

View File

@ -48,8 +48,6 @@ def feeds_user(sort='hot', t='all'):
with tag("published"):
text(datetime.utcfromtimestamp(post.created_utc).isoformat())
if post.url: doc.stag("link", href=post.url)
with tag("author"):
with tag("name"):
text(post.author.username)