views/layout.haml in rblosxom-0.1.1 vs views/layout.haml in rblosxom-0.1.2

- old
+ new

@@ -2,15 +2,15 @@ %html{html_attrs('en')} %head %title= @config["title"] %meta{ "http-equiv" => "Content-Type", "content" => "application/xhtml+xml; charset=utf-8" } %meta{ "http-equiv" => "Content-Language", "content" => "zh-cn" } - %meta{ "name" => "Language", "content" => "chinese" } - %meta{ "name" => "robots", "content" => "index, follow, all" } - %meta{ "name" => "generator", "content" => "#{@config["generator"]}" } + %meta{ "name" => "generator", "content" => "#{@footer[:generator]}" } %meta{ :name => "robots", :content => "index, follow, noarchive" } %meta{ :name => "googlebot", :content => "noarchive" } + %meta{ "name" => "description", "content" => @config["description"] } + %meta{ "name" => "keywords", "content" => @config["keywords"] } %link{ :rel => "stylesheet", :href => "/stylesheets/screen.css", :media => "screen", :type => "text/css" } %body= yield