Browse code

page titles are now formatted "Title - Blog Title"

B Mathis authored on 20/10/2009 at 14:16:14
Showing 1 changed files
... ...
@@ -6,13 +6,13 @@ root_url:
6 6
 !!! 1.1 Transitional
7 7
 %html(xmlns="http://www.w3.org/1999/xhtml" xml:lang="en")
8 8
   %head
9
-    %title= page.title
9
+    %title= "#{page.title} - #{page.blog_title}"
10 10
     - if page.respond_to? :description
11 11
       %meta(name="description" content="#{page.description}")/
12 12
     - if page.respond_to? :keywords
13 13
       %meta(name="keywords" content="#{page.keywords}")/
14 14
     %link(href="#{page.root_url}/stylesheets/screen.css" rel="stylesheet" media="screen projection" type="text/css")
15
-    %link(href="#{page.root_url}/atom.xml" rel="alternate" title="##{page.blog_title}" type="application/atom+xml")
15
+    %link(href="#{page.root_url}/atom.xml" rel="alternate" title="#{page.blog_title}" type="application/atom+xml")
16 16
   %body
17 17
     #header
18 18
       .page_width