mirror of https://gitlab.com/bashrc2/epicyon
rss feed for person
parent
eda4cae521
commit
44d027e84f
2
blog.py
2
blog.py
|
@ -363,7 +363,7 @@ def htmlBlogPage(authorized: bool, session, \
|
||||||
|
|
||||||
# show rss link
|
# show rss link
|
||||||
blogStr+='<p class="rssfeed">'
|
blogStr+='<p class="rssfeed">'
|
||||||
blogStr+='<a href="'+httpPrefix+'://'+domainFull+'/blog/rss.xml">'
|
blogStr+='<a href="'+httpPrefix+'://'+domainFull+'/blog/'+nickname+'/rss.xml">'
|
||||||
blogStr+='<img loading="lazy" alt="RSS" title="RSS" src="/'+iconsDir+'/rss.png" />'
|
blogStr+='<img loading="lazy" alt="RSS" title="RSS" src="/'+iconsDir+'/rss.png" />'
|
||||||
blogStr+='</a></p>'
|
blogStr+='</a></p>'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue