summaryrefslogtreecommitdiff
path: root/templates/releng
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-04-21 02:49:16 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-04-21 02:49:16 -0400
commita22557811a24b68ef85d4271787c48d8d1e4fc99 (patch)
treea93ddda92409a6229b5bf38eadff6f9685602d7f /templates/releng
parent8ff271216f421594970631eec1ba156a8a35e561 (diff)
catch a few more instances of archlinux
Diffstat (limited to 'templates/releng')
-rw-r--r--templates/releng/release_detail.html2
-rw-r--r--templates/releng/release_list.html4
2 files changed, 3 insertions, 3 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">
diff --git a/templates/releng/release_list.html b/templates/releng/release_list.html
index 7197cc8d..eb6f1d2c 100644
--- a/templates/releng/release_list.html
+++ b/templates/releng/release_list.html
@@ -1,10 +1,10 @@
{% extends "base.html" %}
{% load static from staticfiles %}
-{% block title %}Arch Linux - Releases{% endblock %}
+{% block title %}{{ BRANDING_DISTRONAME }} - Releases{% endblock %}
{% block head %}
-<link rel="alternate" type="application/rss+xml" title="Arch Linux News Updates" href="/feeds/releases/" />
+<link rel="alternate" type="application/rss+xml" title="{{BRANDING_DISTRONAME}} News Updates" href="/feeds/releases/" />
{% endblock %}
{% block content %}