aboutsummaryrefslogtreecommitdiff
path: root/source/_layouts/post.haml
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2009-10-18 20:52:00 -0500
committerB Mathis <brandon@imathis.com>2009-10-18 20:52:00 -0500
commita72b96142a3a9c55ef661863484a26bc02103169 (patch)
treef763212ea7bc1b3aabdbbdca6b4c189c391c9bf1 /source/_layouts/post.haml
parentf5aca904350a52e108464c7ba641d7a0a0d9d108 (diff)
downloadmy_new_personal_website-a72b96142a3a9c55ef661863484a26bc02103169.tar.xz
my_new_personal_website-a72b96142a3a9c55ef661863484a26bc02103169.zip
added rss metadata to layouts
Diffstat (limited to '')
-rw-r--r--source/_layouts/post.haml3
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