diff options
Diffstat (limited to 'templates/public')
-rw-r--r-- | templates/public/feeds.html | 11 | ||||
-rw-r--r-- | templates/public/index.html | 4 |
2 files changed, 6 insertions, 9 deletions
diff --git a/templates/public/feeds.html b/templates/public/feeds.html index 553aa3e5..0df6019c 100644 --- a/templates/public/feeds.html +++ b/templates/public/feeds.html @@ -23,7 +23,7 @@ <h3>Package Feeds</h3> <p>If you are interested in <a href="/feeds/packages/" class="rss" - title="Arch Linux all package update feed">all package updates</a>, + title="Arch Linux package updates feed">all package updates</a>, then grab this feed. Note that when a package is updated for multiple architectures, you will see each individual update show up here. Alternatively, you can select a packages feed from the below table that is @@ -55,16 +55,13 @@ </tbody> </table> - <p>A <a href="http://aur.archlinux.org/rss.php" class="rss" title="AUR - newest packages feed">Newest Packages feed</a> is also available from - the <a href="http://aur.archlinux.org/" title="AUR Homepage">Arch User - Repository (AUR)</a>.</p> + <p>A <a href="http://aur.archlinux.org/rss.php" class="rss" title="AUR newest packages feed">newest packages feed</a> + is also available from the <a href="http://aur.archlinux.org/" title="AUR Homepage">Arch User Repository (AUR)</a>.</p> <h3>Development Feeds</h3> <p>Subscribe to any of the following to track bug tickets and feature - requests from the <a href="http://bugs.archlinux.org/" title="Arch Linux - Bugs">Arch Linux Bugtracker</a>:</p> + requests from the <a href="http://bugs.archlinux.org/" title="Arch Linux Bugs">Arch Linux Bugtracker</a>:</p> <table class="pretty2"> <thead> 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> |