mirror of https://gitlab.com/bashrc2/epicyon
Use RSS unicode icon
parent
aeecdc2c4e
commit
f9bfe2adec
|
|
@ -989,12 +989,8 @@ def html_hashtag_search(nickname: str, domain: str, port: int,
|
|||
'<h1>#' + hashtag
|
||||
|
||||
# RSS link for hashtag feed
|
||||
hashtag_search_form += ' <a href="/tags/rss2/' + hashtag + '">'
|
||||
hashtag_search_form += \
|
||||
'<img style="width:3%;min-width:50px" ' + \
|
||||
'loading="lazy" decoding="async" ' + \
|
||||
'alt="RSS 2.0" title="RSS 2.0" src="/' + \
|
||||
'icons/logorss.png" /></a></h1>\n'
|
||||
' <a href="/tags/rss2/' + hashtag + '">🛜</a></h1>\n'
|
||||
|
||||
# maps for geolocations with this hashtag
|
||||
maps_str: str = \
|
||||
|
|
|
|||
Loading…
Reference in New Issue