mirror of https://gitlab.com/bashrc2/epicyon
Add link to rss posts
parent
2bdbb82e73
commit
33ebaf5eec
|
@ -103,9 +103,11 @@ 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>' + translate['Read more...'] + '<br>' + url
|
'<br><br><a href="' + url + '">' + \
|
||||||
|
translate['Read more...'] + '</a><br>'
|
||||||
else:
|
else:
|
||||||
rssDescription = translate['Read more...'] + '<br>' + url
|
rssDescription = '<a href="' + url + '">' + \
|
||||||
|
translate['Read more...'] + '</a><br>'
|
||||||
|
|
||||||
followersOnly = False
|
followersOnly = False
|
||||||
useBlurhash = False
|
useBlurhash = False
|
||||||
|
|
Loading…
Reference in New Issue