... | ... |
@@ -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 |