aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2009-11-11 20:43:42 -0600
committerB Mathis <brandon@imathis.com>2009-11-11 20:43:42 -0600
commit790d5a447cf732a2f3f336c4984ef9a386fd155a (patch)
treefc4eed6e60ade7516100791f8dd687a10d0eeb42 /source
parente254943f0f5ebd17b5b61591d21a34c3be3bab62 (diff)
downloadmy_new_personal_website-790d5a447cf732a2f3f336c4984ef9a386fd155a.tar.xz
my_new_personal_website-790d5a447cf732a2f3f336c4984ef9a386fd155a.zip
fixed FF bug that prevented stylesheets from loading
Diffstat (limited to 'source')
-rw-r--r--source/_layouts/default.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/_layouts/default.haml b/source/_layouts/default.haml
index cfde533d..8f698ea4 100644
--- a/source/_layouts/default.haml
+++ b/source/_layouts/default.haml
@@ -24,7 +24,7 @@ google_analytics: true
%meta(name="description" content="#{page.description}")/
- if page.respond_to? :keywords
%meta(name="keywords" content="#{page.keywords}")/
- %link(href="/stylesheets/screen.css" rel="stylesheet" media="screen projection" type="text/css")
+ %link(href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css")
%link(href="/atom.xml" rel="alternate" title="#{page.blog_title}" type="application/atom+xml")
- if page.respond_to? :twitter_user
:javascript