mirror of https://gitlab.com/bashrc2/epicyon
Alt text for RSS icon
parent
f9bfe2adec
commit
dc611a6bfa
|
|
@ -990,7 +990,8 @@ def html_hashtag_search(nickname: str, domain: str, port: int,
|
||||||
|
|
||||||
# RSS link for hashtag feed
|
# RSS link for hashtag feed
|
||||||
hashtag_search_form += \
|
hashtag_search_form += \
|
||||||
' <a href="/tags/rss2/' + hashtag + '">🛜</a></h1>\n'
|
' <a href="/tags/rss2/' + hashtag + '" ' + \
|
||||||
|
'alt="RSS 2.0" title="RSS 2.0">🛜</a></h1>\n'
|
||||||
|
|
||||||
# maps for geolocations with this hashtag
|
# maps for geolocations with this hashtag
|
||||||
maps_str: str = \
|
maps_str: str = \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue