From 0d602515cc6809d8c42919906a934be837f28901 Mon Sep 17 00:00:00 2001 From: B Mathis Date: Fri, 13 Nov 2009 02:35:16 -0600 Subject: [PATCH] changed the way blog titles are constructed --- source/_layouts/default.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_layouts/default.haml b/source/_layouts/default.haml index b8ae522..10e9315 100644 --- a/source/_layouts/default.haml +++ b/source/_layouts/default.haml @@ -19,7 +19,7 @@ google_analytics: true !!! 1.1 Transitional %html(xmlns="http://www.w3.org/1999/xhtml" xml:lang="en") %head - %title= "#{page.title} - #{page.blog_title}" + %title #{page.blog_title} :: #{page.title} - if page.respond_to? :description %meta(name="description" content="#{page.description}")/ - if page.respond_to? :keywords