diff options
author | B Mathis <brandon@imathis.com> | 2009-11-13 02:35:16 -0600 |
---|---|---|
committer | B Mathis <brandon@imathis.com> | 2009-11-13 02:35:16 -0600 |
commit | 0d602515cc6809d8c42919906a934be837f28901 (patch) | |
tree | 0ee8e8c6805a0ed98f12670aed8c742c712b8014 | |
parent | b29e546c7206a1667f1c55c075c2bcacb9b35e64 (diff) | |
download | my_new_personal_website-0d602515cc6809d8c42919906a934be837f28901.tar.xz my_new_personal_website-0d602515cc6809d8c42919906a934be837f28901.zip |
changed the way blog titles are constructed
Diffstat (limited to '')
-rw-r--r-- | source/_layouts/default.haml | 2 |
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 |