mirror of https://gitlab.com/bashrc2/epicyon
Extra lines
parent
492a6ad343
commit
c8854f2e3d
|
@ -102,11 +102,12 @@ def convertRSStoActivityPub(baseDir: str, httpPrefix: str,
|
|||
|
||||
# add the off-site link to the description
|
||||
if rssDescription:
|
||||
rssDescription += \
|
||||
rssDescription = '<br><br>' + rssDescription + \
|
||||
'<br><br><a href="' + url + '">' + \
|
||||
translate['Read more...'] + '</a><br>'
|
||||
else:
|
||||
rssDescription = '<a href="' + url + '">' + \
|
||||
rssDescription = '<br><br>' + \
|
||||
'<a href="' + url + '">' + \
|
||||
translate['Read more...'] + '</a><br>'
|
||||
|
||||
followersOnly = False
|
||||
|
|
Loading…
Reference in New Issue