diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-21 02:49:16 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-21 02:49:16 -0400 |
commit | a22557811a24b68ef85d4271787c48d8d1e4fc99 (patch) | |
tree | a93ddda92409a6229b5bf38eadff6f9685602d7f /templates/releng/release_detail.html | |
parent | 8ff271216f421594970631eec1ba156a8a35e561 (diff) |
catch a few more instances of archlinux
Diffstat (limited to 'templates/releng/release_detail.html')
-rw-r--r-- | templates/releng/release_detail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/releng/release_detail.html b/templates/releng/release_detail.html index 09507536..547f82b8 100644 --- a/templates/releng/release_detail.html +++ b/templates/releng/release_detail.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}Arch Linux - Release: {{ release.version }}{% endblock %} +{% block title %}{{ BRANDING_DISTRONAME }} - Release: {{ release.version }}{% endblock %} {% block content %} <div class="release box"> |