diff options
Diffstat (limited to '')
-rw-r--r-- | source/_layouts/post.haml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/_layouts/post.haml b/source/_layouts/post.haml index 4accb535..aafa881d 100644 --- a/source/_layouts/post.haml +++ b/source/_layouts/post.haml @@ -6,7 +6,8 @@ %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" rel="stylesheet" media="screen projection" type="text/css") + %link(href="/blog/atom.xml" rel="alternate" title="Brandon Mathis - Design Enthusiast" type="application/atom+xml") %body #header .page_width |