diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-19 18:06:13 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-19 18:06:13 -0400 |
commit | fcf5c3aaf087b2131bae34bdb7f1e08b292a0357 (patch) | |
tree | 3f3c3ba76cb64fc33e4424387124c214e90796d2 /templates/public/index.html | |
parent | 3c115c85cf8cea1d7083c2643043d556a4992131 (diff) |
replace a bunch more instances of "Arch" in templates manually
Diffstat (limited to 'templates/public/index.html')
-rw-r--r-- | templates/public/index.html | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/templates/public/index.html b/templates/public/index.html index de77b47f..86c0be05 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -4,8 +4,8 @@ {% load static from staticfiles %} {% block head %} -<link rel="alternate" type="application/rss+xml" title="Arch Linux News Updates" href="/feeds/news/" /> -<link rel="alternate" type="application/rss+xml" title="Arch Linux Package Updates" href="/feeds/packages/" /> +<link rel="alternate" type="application/rss+xml" title="{{ BRANDING_DISRONAME }} News Updates" href="/feeds/news/" /> +<link rel="alternate" type="application/rss+xml" title="{{ BRANDING_DISRONAME }} Package Updates" href="/feeds/packages/" /> {% endblock %} {% block content_left %} @@ -33,7 +33,7 @@ if you want to learn more about Arch.</p> <p class="readmore"><a href="{% url 'page-about' %}" - title="Learn more about Arch Linux">Learn more...</a></p> + title="Learn more about {{ BRANDING_DISTRONAME }}">Learn more...</a></p> </div> <div id="news"> @@ -42,7 +42,7 @@ <span class="arrow"></span> </h3> - <a href="/feeds/news/" title="Arch News RSS Feed" + <a href="/feeds/news/" title="{{ BRANDING_SHORTNAME }} News RSS Feed" class="rss-icon"><img width="16" height="16" src="{% static "rss.png" %}" alt="RSS Feed" /></a> {% for news in news_updates %} @@ -95,7 +95,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 Feed" + <a href="/feeds/packages/" title="{{ BRANDING_SHORTNAME }} Package Updates RSS Feed" class="rss-icon"><img width="16" height="16" src="{% static "rss.png" %}" alt="RSS Feed" /></a> <table> @@ -139,7 +139,8 @@ <h4>Support</h4> <ul> - <li><a href="{% url 'page-donate' %}" title="Help support Arch Linux">Donate</a></li> + <li><a href="{% url 'page-donate' %}" + title="Help support {{ BRANDING_DISTRONAME }}">Donate</a></li> <li><a href="http://schwag.archlinux.ca/" title="USB keys, jewellery, case badges">Arch Schwag</a></li> <li><a href="http://www.zazzle.com/archlinux*" |