Skip to content

Commit

Permalink
Add Chrome frame meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
zachwill committed Nov 4, 2011
1 parent 477c387 commit 753ef63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion views/layout.coffee
Expand Up @@ -12,6 +12,7 @@ ie "gt IE 8", ->

head ->
meta charset: "utf-8"
meta "http-equiv": "X-UA-Compatible", content: "IE=Edge;chrome=1"

title @title or "yoursite.com"

Expand Down Expand Up @@ -43,7 +44,8 @@ body ->
header ->
partial "header"

div "#main", role: "main", @body
div "#main", role: "main", ->
@body

footer @footer

Expand Down

0 comments on commit 753ef63

Please sign in to comment.