diff --git a/i2p2www/pages/site/index.html b/i2p2www/pages/site/index.html
index 3c1fd9f5a31813950a2921870b993118dffbff28..daa5dfedd1865a956d1b901006d10566ffcd440c 100644
--- a/i2p2www/pages/site/index.html
+++ b/i2p2www/pages/site/index.html
@@ -48,6 +48,7 @@
     </ul>
   </div>
   <div class="aside">
+    <a href="{{ url_for('blog_atom', lang=g.lang) }}" class="feed-icon">I2P Blog ATOM Feed</a>
     <h1>{% trans %}News &amp; Updates{% endtrans %}</h1>
       {% include "blog/latest.html" %}
   </div>
diff --git a/i2p2www/static/images/feed-icon-28x28.png b/i2p2www/static/images/feed-icon-28x28.png
new file mode 100644
index 0000000000000000000000000000000000000000..d64c669c7589d3a886682dbd1f3c83b716a420f5
Binary files /dev/null and b/i2p2www/static/images/feed-icon-28x28.png differ
diff --git a/i2p2www/static/styles/duck.css b/i2p2www/static/styles/duck.css
index ac71926a9091cc0c315e29659283201ad965be51..64a0992ae4c48587888a50251f6dea253e2ccec1 100644
--- a/i2p2www/static/styles/duck.css
+++ b/i2p2www/static/styles/duck.css
@@ -213,6 +213,16 @@ div#content .main {
             div#content .aside ul {margin:1em 0;}
                 div#content .aside ul li {list-style-type:none; margin:1em 0; line-height:1.3em;}
 
+    div#content .feed-icon {
+        background-image: url('../images/feed-icon-28x28.png');
+        display: block;
+        float: right;
+        height: 28px;
+        margin: 1em;
+        text-indent: -9999px;
+        width: 28px;
+    }
+
     div#content .lastupdated {
         background-color: #ffffdd;
         padding: 2px 4px;