2009-10-18 21:42:54 -04:00
|
|
|
---
|
2009-10-20 09:50:16 -04:00
|
|
|
blog_title: My Octopress Blog
|
2010-03-10 13:23:30 -05:00
|
|
|
author:
|
2009-11-07 19:17:54 -05:00
|
|
|
|
2010-03-10 15:22:19 -05:00
|
|
|
twitter_user: imathis
|
2009-11-07 23:51:36 -05:00
|
|
|
tweet_count: 3
|
2009-11-07 13:05:10 -05:00
|
|
|
show_replies: false
|
|
|
|
|
2009-11-12 16:54:28 -05:00
|
|
|
delicious_user:
|
2009-11-10 00:38:48 -05:00
|
|
|
delicious_count: 3
|
2009-11-08 00:39:02 -05:00
|
|
|
|
2009-11-07 19:17:54 -05:00
|
|
|
full_url:
|
2009-11-07 13:05:10 -05:00
|
|
|
disqus_short_name:
|
|
|
|
|
2009-11-25 09:02:28 -05:00
|
|
|
google_custom_search_id:
|
|
|
|
google_analytics_tracking_id:
|
2009-11-07 13:05:10 -05:00
|
|
|
|
2009-10-18 21:42:54 -04:00
|
|
|
---
|
|
|
|
|
2009-10-18 20:07:36 -04:00
|
|
|
!!! 1.1 Transitional
|
|
|
|
%html(xmlns="http://www.w3.org/1999/xhtml" xml:lang="en")
|
2010-03-10 13:23:30 -05:00
|
|
|
|
|
|
|
= include "head.haml"
|
2009-11-14 14:08:19 -05:00
|
|
|
%body(id="#{(page.respond_to?(:body_id) ? page.body_id : nil)}")
|
2010-03-10 13:23:30 -05:00
|
|
|
#header= include "header.haml"
|
|
|
|
#nav= include "navigation.haml"
|
2009-10-18 20:07:36 -04:00
|
|
|
#page
|
2010-03-10 14:59:18 -05:00
|
|
|
#content
|
|
|
|
#main
|
|
|
|
.content= preserve rp(content)
|
2010-03-10 13:23:30 -05:00
|
|
|
#sidebar= include "sidebar.haml"
|
|
|
|
= include "footer.haml"
|