forked from I2P_Developers/i2p.www
Added feed icon for blog to front page
This commit is contained in:
@@ -48,6 +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>
|
||||||
<h1>{% trans %}News & Updates{% endtrans %}</h1>
|
<h1>{% trans %}News & Updates{% endtrans %}</h1>
|
||||||
{% include "blog/latest.html" %}
|
{% include "blog/latest.html" %}
|
||||||
</div>
|
</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 {margin:1em 0;}
|
||||||
div#content .aside ul li {list-style-type:none; margin:1em 0; line-height:1.3em;}
|
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 {
|
div#content .lastupdated {
|
||||||
background-color: #ffffdd;
|
background-color: #ffffdd;
|
||||||
padding: 2px 4px;
|
padding: 2px 4px;
|
||||||
|
Reference in New Issue
Block a user