| ... | ... |
@@ -10,7 +10,8 @@ blog_title: My Blog |
| 10 | 10 |
%meta{:name=>"description", :content=>page.description}/
|
| 11 | 11 |
- if page.respond_to? :keywords |
| 12 | 12 |
%meta{:name=>"keywords", :content=>page.keywords}/
|
| 13 |
- %link{:href=>"/stylesheets/screen.css", :rel=>"stylesheet", :media=>"screen, projection", :type=>"text/css"}
|
|
| 13 |
+ %link(href="/stylesheets/screen.css" rel="stylesheet" media="screen projection" type="text/css") |
|
| 14 |
+ %link(href="/blog/atom.xml" rel="alternate" title="Brandon Mathis - Design Enthusiast" type="application/atom+xml") |
|
| 14 | 15 |
%body |
| 15 | 16 |
#header |
| 16 | 17 |
.page_width |
| ... | ... |
@@ -6,7 +6,8 @@ |
| 6 | 6 |
%meta{:name=>"description", :content=>page.description}/
|
| 7 | 7 |
- if page.respond_to? :keywords |
| 8 | 8 |
%meta{:name=>"keywords", :content=>page.keywords}/
|
| 9 |
- %link{:href=>"/stylesheets/screen.css", :rel=>"stylesheet", :media=>"screen, projection", :type=>"text/css"}
|
|
| 9 |
+ %link(href="/stylesheets/screen.css" rel="stylesheet" media="screen projection" type="text/css") |
|
| 10 |
+ %link(href="/blog/atom.xml" rel="alternate" title="Brandon Mathis - Design Enthusiast" type="application/atom+xml") |
|
| 10 | 11 |
%body |
| 11 | 12 |
#header |
| 12 | 13 |
.page_width |