Added feed icon for blog to front page

This commit is contained in:
str4d
2012-12-15 12:09:29 +00:00
parent 65c2e96f9a
commit 6ee28ea429
3 changed files with 11 additions and 0 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

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