gf
This commit is contained in:
parent
ed4664a73e
commit
5a7ded8570
1 changed files with 0 additions and 2 deletions
|
@ -48,8 +48,6 @@ def feeds_user(sort='hot', t='all'):
|
||||||
with tag("published"):
|
with tag("published"):
|
||||||
text(datetime.utcfromtimestamp(post.created_utc).isoformat())
|
text(datetime.utcfromtimestamp(post.created_utc).isoformat())
|
||||||
|
|
||||||
if post.url: doc.stag("link", href=post.url)
|
|
||||||
|
|
||||||
with tag("author"):
|
with tag("author"):
|
||||||
with tag("name"):
|
with tag("name"):
|
||||||
text(post.author.username)
|
text(post.author.username)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue