diff options
Diffstat (limited to 'templates/public/feeds.html')
-rw-r--r-- | templates/public/feeds.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/public/feeds.html b/templates/public/feeds.html index 9f62c4b7..764ebd90 100644 --- a/templates/public/feeds.html +++ b/templates/public/feeds.html @@ -6,14 +6,14 @@ <h2>RSS Feeds</h2> - <p>Several RSS feeds are available for consumption from the Arch website. + <p>Several RSS feeds are available for consumption from the {{ BRANDING_SHORTNAME }} website. The majority of these are package-related and allow feeds to be customized for the updates you care about.</p> <h3>News and Activity Feeds</h3> - <p>Grab the <a href="/feeds/news/" class="rss" title="Arch Linux News feed">news item feed</a> - to keep up-to-date with the latest news from the Arch Linux development staff.</p> + <p>Grab the <a href="/feeds/news/" class="rss" title="{{ BRANDING_DISTRONAME }} News feed">news item feed</a> + to keep up-to-date with the latest news from the {{ BRANDING_DISTRONAME }} development staff.</p> <p>The <a href="https://wiki.archlinux.org/index.php?title=Special:RecentChanges&feed=rss" title="ArchWiki Recent Changes feed" class="rss">Arch Wiki: Recent changes feed</a> @@ -23,7 +23,7 @@ <h3>Package Feeds</h3> <p>If you are interested in <a href="/feeds/packages/" class="rss" - title="Arch Linux package updates feed">all package updates</a>, + title="{{ BRANDING_DISTRONAME }} 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 |