Skip to content

Commit

Permalink
tweaked more meta stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal committed Aug 8, 2008
1 parent b62762d commit 17f15c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/layouts/application.html.haml
Expand Up @@ -5,11 +5,11 @@
= title :site => AppConfig.site_name
= meta_tags
- if AppConfig.meta_key1 != ""
%meta{"#{AppConfig.meta_key1}" => "#{AppConfig.meta_content1}"}
%meta{"name" => "#{AppConfig.meta_key1}", "content" => "#{AppConfig.meta_content1}"}
- if AppConfig.meta_key2 != ""
%meta{"#{AppConfig.meta_key2}" => "#{AppConfig.meta_content2}"}
%meta{"name" => "#{AppConfig.meta_key2}", "content" => "#{AppConfig.meta_content2}"}
- if AppConfig.meta_key3 != ""
%meta{"#{AppConfig.meta_key3}" => "#{AppConfig.meta_content3}"}
%meta{"name" => "#{AppConfig.meta_key3}", "content" => "#{AppConfig.meta_content3}"}

= stylesheets
= javascripts
Expand Down

0 comments on commit 17f15c2

Please sign in to comment.