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
|
# add the off-site link to the description
|
||||||
if rssDescription:
|
if rssDescription:
|
||||||
rssDescription += \
|
rssDescription = '<br><br>' + rssDescription + \
|
||||||
'<br><br><a href="' + url + '">' + \
|
'<br><br><a href="' + url + '">' + \
|
||||||
translate['Read more...'] + '</a><br>'
|
translate['Read more...'] + '</a><br>'
|
||||||
else:
|
else:
|
||||||
rssDescription = '<a href="' + url + '">' + \
|
rssDescription = '<br><br>' + \
|
||||||
|
'<a href="' + url + '">' + \
|
||||||
translate['Read more...'] + '</a><br>'
|
translate['Read more...'] + '</a><br>'
|
||||||
|
|
||||||
followersOnly = False
|
followersOnly = False
|
||||||
|
|
Loading…
Reference in New Issue