18c7a651e42e
Switch around the title.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Wed, 23 Dec 2009 19:17:40 -0500 |
parents | 89007a40aea4 |
children | 8449b34c3244 |
branches/tags | (none) |
files | layout/skeleton/_base.html |
Changes
--- a/layout/skeleton/_base.html Wed Dec 23 19:11:19 2009 -0500 +++ b/layout/skeleton/_base.html Wed Dec 23 19:17:40 2009 -0500 @@ -8,7 +8,7 @@ <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> - <title>{% block title %}{{ site.name }} / {{ page.title }}{% endblock %}</title> + <title>{% block title %}{{ page.title }} / {{ site.name }}{% endblock %}</title> {% block feeds %} <link href="{{ site.url }}/blog/atom.xml"