summaryrefslogtreecommitdiff
path: root/templates/public
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-03-27 10:27:16 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-03-27 10:27:16 -0400
commit63caf646fa72121852eeb4944b6b9ce606665ba0 (patch)
treefd0a0a2bfa6d961599ae2a737924c1979fbb28b9 /templates/public
parentb4cf5bbafdda1b8f8fb4f51e6c961ffbbfe992d1 (diff)
find templates -type f -exec sed -i 's/\({% block title %}\)Arch Linux/\1{{ BRANDING_DISTRONAME }}/' {} +
Diffstat (limited to 'templates/public')
-rw-r--r--templates/public/about.html2
-rw-r--r--templates/public/art.html2
-rw-r--r--templates/public/blank.html2
-rw-r--r--templates/public/donate.html2
-rw-r--r--templates/public/download.html2
-rw-r--r--templates/public/feeds.html2
-rw-r--r--templates/public/keys.html2
-rw-r--r--templates/public/svn.html2
-rw-r--r--templates/public/userlist.html2
9 files changed, 9 insertions, 9 deletions
diff --git a/templates/public/about.html b/templates/public/about.html
index bf38e8a1..f5751d42 100644
--- a/templates/public/about.html
+++ b/templates/public/about.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - About{% endblock %}
+{% block title %}{{ BRANDING_DISTRONAME }} - About{% endblock %}
{% block content %}
<div class="box">
<h2 class="title">About Arch Linux</h2>
diff --git a/templates/public/art.html b/templates/public/art.html
index 96312971..1ced35e7 100644
--- a/templates/public/art.html
+++ b/templates/public/art.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% load static from staticfiles %}
-{% block title %}Arch Linux - Artwork{% endblock %}
+{% block title %}{{ BRANDING_DISTRONAME }} - Artwork{% endblock %}
{% block content %}
<div id="artwork" class="box">
diff --git a/templates/public/blank.html b/templates/public/blank.html
index 2a8c83f4..3bf2cb2b 100644
--- a/templates/public/blank.html
+++ b/templates/public/blank.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - Sample Page Title{% endblock %}
+{% block title %}{{ BRANDING_DISTRONAME }} - Sample Page Title{% endblock %}
{% block content %}
<div id="sample-page-id" class="box">
diff --git a/templates/public/donate.html b/templates/public/donate.html
index 3b3ee108..0c20e289 100644
--- a/templates/public/donate.html
+++ b/templates/public/donate.html
@@ -2,7 +2,7 @@
{% load cache %}
{% load static from staticfiles %}
-{% block title %}Arch Linux - Donate{% endblock %}
+{% block title %}{{ BRANDING_DISTRONAME }} - Donate{% endblock %}
{% block content %}
{% cache 600 donations secure %}
diff --git a/templates/public/download.html b/templates/public/download.html
index f57e565a..614a4100 100644
--- a/templates/public/download.html
+++ b/templates/public/download.html
@@ -3,7 +3,7 @@
{% load url from future %}
{% load static from staticfiles %}
-{% block title %}Arch Linux - Downloads{% endblock %}
+{% block title %}{{ BRANDING_DISTRONAME }} - Downloads{% endblock %}
{% block navbarclass %}anb-download{% endblock %}
{% block content %}
diff --git a/templates/public/feeds.html b/templates/public/feeds.html
index 0f80e1c2..9f62c4b7 100644
--- a/templates/public/feeds.html
+++ b/templates/public/feeds.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - RSS Feeds{% endblock %}
+{% block title %}{{ BRANDING_DISTRONAME }} - RSS Feeds{% endblock %}
{% block content %}
<div id="rss-feeds" class="box">
diff --git a/templates/public/keys.html b/templates/public/keys.html
index 05524c48..1a21827a 100644
--- a/templates/public/keys.html
+++ b/templates/public/keys.html
@@ -2,7 +2,7 @@
{% load static from staticfiles %}
{% load pgp %}
-{% block title %}Arch Linux - Master Signing Keys{% endblock %}
+{% block title %}{{ BRANDING_DISTRONAME }} - Master Signing Keys{% endblock %}
{% block content %}
<div id="signing-keys" class="box">
diff --git a/templates/public/svn.html b/templates/public/svn.html
index 0d067098..38e20ec9 100644
--- a/templates/public/svn.html
+++ b/templates/public/svn.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - SVN{% endblock %}
+{% block title %}{{ BRANDING_DISTRONAME }} - SVN{% endblock %}
{% block content %}
<div class="box">
<h2 class="title">SVN Repositories</h2>
diff --git a/templates/public/userlist.html b/templates/public/userlist.html
index 0077f611..66c63400 100644
--- a/templates/public/userlist.html
+++ b/templates/public/userlist.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% load cache %}
-{% block title %}Arch Linux - {{ user_type }}{% endblock %}
+{% block title %}{{ BRANDING_DISTRONAME }} - {{ user_type }}{% endblock %}
{% block content %}
{% cache 600 dev-tu-profiles user_type %}