diff --git a/blog.py b/blog.py
index 65fbc938..4aedda03 100644
--- a/blog.py
+++ b/blog.py
@@ -438,11 +438,20 @@ def htmlBlogPage(authorized: bool, session,
# show rss link
blogStr += '
'
+ blogStr += '
'
+
+ blogStr += ''
+ blogStr += '
'
+
+ blogStr += ''
return blogStr + htmlFooter()
return None
diff --git a/img/icons/hacker/rss3.png b/img/icons/hacker/rss3.png
new file mode 100644
index 00000000..83521cd1
Binary files /dev/null and b/img/icons/hacker/rss3.png differ
diff --git a/img/icons/light/rss3.png b/img/icons/light/rss3.png
new file mode 100644
index 00000000..83521cd1
Binary files /dev/null and b/img/icons/light/rss3.png differ
diff --git a/img/icons/purple/rss3.png b/img/icons/purple/rss3.png
new file mode 100644
index 00000000..83521cd1
Binary files /dev/null and b/img/icons/purple/rss3.png differ