mirror of https://gitlab.com/bashrc2/epicyon
Include rss icon in header
parent
17e3daf332
commit
7fbc3a970a
|
@ -795,7 +795,7 @@ def html_hashtag_search(nickname: str, domain: str, port: int,
|
|||
hashtag + '</a></h1>\n'
|
||||
else:
|
||||
hashtag_search_form += '<center>\n' + \
|
||||
'<h1>#' + hashtag + '</h1>'
|
||||
'<h1>#' + hashtag
|
||||
|
||||
# RSS link for hashtag feed
|
||||
hashtag_search_form += ' <a href="/tags/rss2/' + hashtag + '">'
|
||||
|
@ -803,7 +803,7 @@ def html_hashtag_search(nickname: str, domain: str, port: int,
|
|||
'<img style="width:3%;min-width:50px" ' + \
|
||||
'loading="lazy" decoding="async" ' + \
|
||||
'alt="RSS 2.0" title="RSS 2.0" src="/' + \
|
||||
'icons/logorss.png" /></a></center>\n'
|
||||
'icons/logorss.png" /></a></h1>\n'
|
||||
|
||||
# maps for geolocations with this hashtag
|
||||
maps_str = html_hashtag_maps(base_dir, hashtag, translate)
|
||||
|
|
Loading…
Reference in New Issue