diff --git a/i2p2www/pages/site/index.html b/i2p2www/pages/site/index.html
index daa5dfedd1865a956d1b901006d10566ffcd440c..1b6820f14100caaa90dfcee8bfe41f3d66ead6cf 100644
--- a/i2p2www/pages/site/index.html
+++ b/i2p2www/pages/site/index.html
@@ -48,7 +48,7 @@
     </ul>
   </div>
   <div class="aside">
-    <a href="{{ url_for('blog_atom', lang=g.lang) }}" class="feed-icon">I2P Blog ATOM Feed</a>
+    <a href="{{ url_for('blog_atom', lang=g.lang) }}" class="feed-icon" title="I2P Blog ATOM Feed">I2P Blog ATOM Feed</a>
     <h1>{% trans %}News &amp; Updates{% endtrans %}</h1>
       {% include "blog/latest.html" %}
   </div>