Add title to blog ATOM feed link on front page

This commit is contained in:
str4d
2012-12-17 21:36:43 +00:00
parent a665d6153f
commit 68ce69fdd1

View File

@@ -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>