diff options
Diffstat (limited to 'templates/public')
-rw-r--r-- | templates/public/art.html | 6 | ||||
-rw-r--r-- | templates/public/download.html | 6 | ||||
-rw-r--r-- | templates/public/index.html | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/templates/public/art.html b/templates/public/art.html index 1ced35e7..f013a040 100644 --- a/templates/public/art.html +++ b/templates/public/art.html @@ -6,13 +6,13 @@ {% block content %} <div id="artwork" class="box"> - <h2>Arch Linux Logos and Artwork</h2> + <h2>{{ BRANDING_DISTRONAME }} Logos and Artwork</h2> <h3>Logos for Press Usage</h3> - <p>The following Arch Linux logos are available for press and other use, subject to + <p>The following {{BRANDING_DISTRONAME}} logos are available for press and other use, subject to the restrictions of our <a href="https://wiki.archlinux.org/index.php/DeveloperWiki:TrademarkPolicy" - title="Arch Linux Trademark Policy">trademark policy</a>.</p> + title="{{BRANDING_DISTRONAME}} Trademark Policy">trademark policy</a>.</p> <p><strong>Two-color standard version</strong><br /> <em>Also available in print-quality diff --git a/templates/public/download.html b/templates/public/download.html index 614a4100..fdfe8e57 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -38,12 +38,12 @@ <li><a href="https://www.archlinux.org/iso/{{ version }}/README" title="Official download instructions">Readme and Instructions</a></li> <li><a href="https://wiki.archlinux.org/index.php/Official_Arch_Linux_Install_Guide" - title="Official Installation Guide">Arch Linux Install Guide</a></li> + title="Official Installation Guide">{{BRANDING_DISTRONAME}} Install Guide</a></li> </ul> - <h3>Existing Arch Users</h3> + <h3>Existing {{BRANDING_SHORTNAME}} Users</h3> - <p>If you are an existing Arch user, there is no need to download a new ISO + <p>If you are an existing {{BRANDING_SHORTNAME}} user, there is no need to download a new ISO to update your existing system. You may be looking for <a href="{% url 'mirrorlist' %}">an updated mirrorlist</a> instead.</p> diff --git a/templates/public/index.html b/templates/public/index.html index 4b2bdfa3..de8a5fe8 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -133,7 +133,7 @@ <li><a href="https://planet.archlinux.org/" title="Arch in the blogosphere">Planet Arch</a></li> <li><a href="https://wiki.archlinux.org/index.php/International_Communities" - title="Arch communities in your native language">International Communities</a></li> + title="{{DISTRO_SHORTNAME}} communities in your native language">International Communities</a></li> </ul> <h4>Support</h4> |