Skip to content

Commit

Permalink
Fix bug for title.
Browse files Browse the repository at this point in the history
  • Loading branch information
jugyo committed Apr 2, 2009
1 parent 59e50d0 commit f6871be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/default/layout.haml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%html
%head
%meta{:"http-equiv"=>"Content-Type", :content=>"text/html;charset=UTF-8"}
%title options.blog_title
%title= options.blog_title
%link{:rel=>'stylesheet', :type=>'text/css', :href=>'/css', :media=>'screen,tv,projection'}/
%script{:type=>"text/javascript", :src=>"/jquery.js"}/
%body
Expand Down

0 comments on commit f6871be

Please sign in to comment.