Added feed icon for blog to front page
This commit is contained in:
@ -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 & Updates{% endtrans %}</h1>
|
||||
{% include "blog/latest.html" %}
|
||||
</div>
|
||||
|
BIN
i2p2www/static/images/feed-icon-28x28.png
Normal file
BIN
i2p2www/static/images/feed-icon-28x28.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 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;
|
||||
|
Reference in New Issue
Block a user