Use RSS unicode icon

main
bashrc 2026-08-29 11:18:40 +01:00
parent aeecdc2c4e
commit f9bfe2adec
1 changed files with 1 additions and 5 deletions

View File

@ -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 = \