mirror of https://gitlab.com/bashrc2/epicyon
RSS 3.0 icons
parent
8c30fa5832
commit
02385d59c0
15
blog.py
15
blog.py
|
@ -438,11 +438,20 @@ def htmlBlogPage(authorized: bool, session,
|
||||||
|
|
||||||
# show rss link
|
# show rss link
|
||||||
blogStr += '<p class="rssfeed">'
|
blogStr += '<p class="rssfeed">'
|
||||||
|
|
||||||
blogStr += '<a href="' + httpPrefix + '://' + \
|
blogStr += '<a href="' + httpPrefix + '://' + \
|
||||||
domainFull + '/blog/' + nickname + '/rss.xml">'
|
domainFull + '/blog/' + nickname + '/rss.xml">'
|
||||||
blogStr += '<img loading="lazy" alt="RSS" title="RSS" src="/' + \
|
blogStr += '<img loading="lazy" alt="RSS 2.0" ' + \
|
||||||
iconsDir + '/rss.png" />'
|
'title="RSS 2.0" src="/' + \
|
||||||
blogStr += '</a></p>'
|
iconsDir + '/rss.png" /></a>'
|
||||||
|
|
||||||
|
blogStr += '<a href="' + httpPrefix + '://' + \
|
||||||
|
domainFull + '/blog/' + nickname + '/rss.txt">'
|
||||||
|
blogStr += '<img loading="lazy" alt="RSS 3.0" ' + \
|
||||||
|
'title="RSS 3.0" src="/' + \
|
||||||
|
iconsDir + '/rss3.png" /></a>'
|
||||||
|
|
||||||
|
blogStr += '</p>'
|
||||||
|
|
||||||
return blogStr + htmlFooter()
|
return blogStr + htmlFooter()
|
||||||
return None
|
return None
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
Loading…
Reference in New Issue