From 68ce69fdd1b0c4570a78fb7937c3e4dd54056b60 Mon Sep 17 00:00:00 2001
From: str4d <str4d@mail.i2p>
Date: Mon, 17 Dec 2012 21:36:43 +0000
Subject: [PATCH] Add title to blog ATOM feed link on front page

---
 i2p2www/pages/site/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/i2p2www/pages/site/index.html b/i2p2www/pages/site/index.html
index daa5dfedd..1b6820f14 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>
-- 
GitLab