...
|
...
|
@@ -24,7 +24,7 @@ google_analytics: true
|
24
|
24
|
%meta(name="description" content="#{page.description}")/
|
25
|
25
|
- if page.respond_to? :keywords
|
26
|
26
|
%meta(name="keywords" content="#{page.keywords}")/
|
27
|
|
- %link(href="/stylesheets/screen.css" rel="stylesheet" media="screen projection" type="text/css")
|
|
27
|
+ %link(href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css")
|
28
|
28
|
%link(href="/atom.xml" rel="alternate" title="#{page.blog_title}" type="application/atom+xml")
|
29
|
29
|
- if page.respond_to? :twitter_user
|
30
|
30
|
:javascript
|