diff --git a/i2p2www/pages/site/index.html b/i2p2www/pages/site/index.html index 3c1fd9f5..daa5dfed 100644 --- a/i2p2www/pages/site/index.html +++ b/i2p2www/pages/site/index.html @@ -48,6 +48,7 @@
+ I2P Blog ATOM Feed

{% trans %}News & Updates{% endtrans %}

{% include "blog/latest.html" %}
diff --git a/i2p2www/static/images/feed-icon-28x28.png b/i2p2www/static/images/feed-icon-28x28.png new file mode 100644 index 00000000..d64c669c Binary files /dev/null and b/i2p2www/static/images/feed-icon-28x28.png differ diff --git a/i2p2www/static/styles/duck.css b/i2p2www/static/styles/duck.css index ac71926a..64a0992a 100644 --- a/i2p2www/static/styles/duck.css +++ b/i2p2www/static/styles/duck.css @@ -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;