summaryrefslogtreecommitdiffstats
path: root/templates/packages/details.html
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-03-01 21:43:52 -0600
committerDan McGee <dan@archlinux.org>2010-03-01 21:43:52 -0600
commit8777ccf001374460a573bd1e417b0996a633f6bb (patch)
treee2a19c18792384daa4c56611009a8551265ccbf3 /templates/packages/details.html
parent6e9477ca630ebee48b3836cdc39bf5cd743e8084 (diff)
downloadarchweb-8777ccf001374460a573bd1e417b0996a633f6bb.tar.gz
archweb-8777ccf001374460a573bd1e417b0996a633f6bb.zip
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/packages/details.html')
-rw-r--r--templates/packages/details.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/packages/details.html b/templates/packages/details.html
index 94e9f161..49fdc221 100644
--- a/templates/packages/details.html
+++ b/templates/packages/details.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block title %}Arch Linux - Package Details - {{ pkg.pkgname }}{% endblock %}
+{% block title %}Arch Linux - {{ pkg.pkgname }} {{ pkg.pkgver }}-{{ pkg.pkgrel }} - Package Details{% endblock %}
{% block content %}
<div class="box">
<h2 class="title">{{ pkg.pkgname }} {{ pkg.pkgver }}-{{ pkg.pkgrel }}</h2>