diff options
author | Dan McGee <dan@archlinux.org> | 2010-03-02 04:43:52 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-03-02 04:43:52 +0100 |
commit | 8777ccf001374460a573bd1e417b0996a633f6bb (patch) | |
tree | e2a19c18792384daa4c56611009a8551265ccbf3 /templates/devel | |
parent | 6e9477ca630ebee48b3836cdc39bf5cd743e8084 (diff) | |
download | archweb-8777ccf001374460a573bd1e417b0996a633f6bb.tar.gz archweb-8777ccf001374460a573bd1e417b0996a633f6bb.tar.xz |
Fix up HTML titles on a lot of pages
We didn't include them on many pages, or the ones we did weren't always
useful. Also try to keep the boilerplate to a minimum so you can see the
important bits in the title. 'Arch Linux - ' comes first in all titles, and
from there it can be filled in with something useful.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/devel')
-rw-r--r-- | templates/devel/index.html | 1 | ||||
-rw-r--r-- | templates/devel/mirrorlist.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/templates/devel/index.html b/templates/devel/index.html index e341a8b..c132bc7 100644 --- a/templates/devel/index.html +++ b/templates/devel/index.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% block title %}Arch Linux - Developer Dashboard{% endblock %} {% block head %} <script type="text/javascript" src="/media/jquery-1.4.1.min.js"></script> diff --git a/templates/devel/mirrorlist.html b/templates/devel/mirrorlist.html index 01699da..630d018 100644 --- a/templates/devel/mirrorlist.html +++ b/templates/devel/mirrorlist.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% block title %}Arch Linux - Mirror Overview{% endblock %} {% block content %} <div class="greybox"> |