diff options
Diffstat (limited to 'templates/public/index.html')
-rw-r--r-- | templates/public/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/public/index.html b/templates/public/index.html index 09239bde..ef45e9d4 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -37,7 +37,7 @@ <h3>Latest News <span class="more">(<a href="{% url news-list %}" title="Browse the news archives">more</a>)</span></h3> - <a href="/feeds/news/" title="Arch News RSS Feeds" + <a href="/feeds/news/" title="Arch News RSS Feed" class="rss-icon"><img src="/media/rss.png" alt="RSS Feed" /></a> {% for news in news_updates %} @@ -67,7 +67,7 @@ <h3>Recent Updates <span class="more">(<a href="/packages/?sort=-last_update" title="Browse all of the latest packages">more</a>)</span></h3> - <a href="/feeds/packages/" title="Arch Package Updates RSS Feeds" + <a href="/feeds/packages/" title="Arch Package Updates RSS Feed" class="rss-icon"><img src="/media/rss.png" alt="RSS Feed" /></a> <table> |