I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 6ee28ea4 authored by str4d's avatar str4d
Browse files

Added feed icon for blog to front page

parent 65c2e96f
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
i2p2www/static/images/feed-icon-28x28.png

1.7 KiB

......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment