From 33ebaf5eec8daecc3ade544f9996667ad5239d3e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 10 Oct 2020 10:49:33 +0100 Subject: [PATCH] Add link to rss posts --- newsdaemon.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/newsdaemon.py b/newsdaemon.py index 0a57c1afe..2f7402a93 100644 --- a/newsdaemon.py +++ b/newsdaemon.py @@ -103,9 +103,11 @@ def convertRSStoActivityPub(baseDir: str, httpPrefix: str, # add the off-site link to the description if rssDescription: rssDescription += \ - '

' + translate['Read more...'] + '
' + url + '

' + \ + translate['Read more...'] + '
' else: - rssDescription = translate['Read more...'] + '
' + url + rssDescription = '' + \ + translate['Read more...'] + '
' followersOnly = False useBlurhash = False