Reversed the site title - definitely better this way.
author |
Steve Losh <steve@stevelosh.com> |
date |
Tue, 17 Mar 2009 22:30:35 -0400 |
parents |
20f486114e06
|
children |
8ed0727c7a1f
|
branches/tags |
(none) |
files |
templates/base.html |
Changes
--- a/templates/base.html Wed Mar 11 19:22:22 2009 -0400
+++ b/templates/base.html Tue Mar 17 22:30:35 2009 -0400
@@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
- <title>Steve Losh / {% block title %}{% endblock %}</title>
+ <title>{% block title %}{% endblock %} / Steve Losh</title>
<link rel="stylesheet" href="/site-media/style/blueprint/screen.css"
type="text/css" media="screen, projection"/>