From 0e28116652c21c79e364a2a2eee6dda04341994c Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 14 Sep 2021 18:30:22 +0200 Subject: [PATCH] gf --- files/routes/feeds.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/files/routes/feeds.py b/files/routes/feeds.py index 068946c81..80158cadd 100644 --- a/files/routes/feeds.py +++ b/files/routes/feeds.py @@ -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)