Include rss icon in header

merge-requests/30/head
Bob Mottram 2022-08-23 10:10:42 +01:00
parent 17e3daf332
commit 7fbc3a970a
1 changed files with 2 additions and 2 deletions

View File

@ -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)