fd
This commit is contained in:
parent
b53e7f75ad
commit
ed4664a73e
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ 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())
|
||||||
|
|
||||||
doc.stag("link", href=post.url)
|
if post.url: doc.stag("link", href=post.url)
|
||||||
|
|
||||||
with tag("author"):
|
with tag("author"):
|
||||||
with tag("name"):
|
with tag("name"):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue