forked from I2P_Developers/i2p.www
Add title to blog ATOM feed link on front page
This commit is contained in:
@@ -48,7 +48,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="aside">
|
<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 & Updates{% endtrans %}</h1>
|
<h1>{% trans %}News & Updates{% endtrans %}</h1>
|
||||||
{% include "blog/latest.html" %}
|
{% include "blog/latest.html" %}
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user