aboutsummaryrefslogtreecommitdiff
path: root/source/_layouts/post.haml
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2009-10-20 08:50:16 -0500
committerB Mathis <brandon@imathis.com>2009-10-20 08:50:16 -0500
commite0a0d093c44481d1fada3ab4bb9a0c5cf1276524 (patch)
tree95f73f688f0065a212c04cc9e180957a420fa22e /source/_layouts/post.haml
parenta72b96142a3a9c55ef661863484a26bc02103169 (diff)
downloadmy_new_personal_website-e0a0d093c44481d1fada3ab4bb9a0c5cf1276524.tar.xz
my_new_personal_website-e0a0d093c44481d1fada3ab4bb9a0c5cf1276524.zip
paramaterized feed, rsync deployment, and unified layouts
Diffstat (limited to '')
-rw-r--r--source/_layouts/post.haml26
1 files changed, 0 insertions, 26 deletions
diff --git a/source/_layouts/post.haml b/source/_layouts/post.haml
deleted file mode 100644
index aafa881d..00000000
--- a/source/_layouts/post.haml
+++ /dev/null
@@ -1,26 +0,0 @@
-!!! 1.1 Transitional
-%html(xmlns="http://www.w3.org/1999/xhtml" xml:lang="en")
- %head
- %title= page.title
- - if page.respond_to? :description
- %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="/blog/atom.xml" rel="alternate" title="Brandon Mathis - Design Enthusiast" type="application/atom+xml")
- %body
- #header
- .page_width
- %a.title(href="/")My Blog
- %ul#header_nav.nav
- %li.alpha
- %a(href="/") Home
- #page
- .page_width
- %h2= rp(page.title)
- = content
- %p.pubdate
- Published:
- =page.date.strftime("%d %b, %Y")
- #footer
- .page_width Footer \ No newline at end of file