Browse code

changed the way blog titles are constructed

B Mathis authored on 13/11/2009 at 08:35:16
Showing 1 changed files
... ...
@@ -19,7 +19,7 @@ google_analytics: true
19 19
 !!! 1.1 Transitional
20 20
 %html(xmlns="http://www.w3.org/1999/xhtml" xml:lang="en")
21 21
   %head
22
-    %title= "#{page.title} - #{page.blog_title}"
22
+    %title #{page.blog_title} :: #{page.title}
23 23
     - if page.respond_to? :description
24 24
       %meta(name="description" content="#{page.description}")/
25 25
     - if page.respond_to? :keywords