aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/_layouts/default.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/_layouts/default.haml b/source/_layouts/default.haml
index b8ae522a..10e9315e 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