Commit 9d136a4e2e432ea0a20092fc221ac1a4cef1a3af

added created_at to index
  
6868 h1
6969 +font-size(20px)
7070 font-weight: bold
71 span.date
72 +font-size(9px)
73 float: right
74 margin-top: 13px
7175 p
7276 margin: 10px 0 10px 0
7377 pre
7979 margin: 15px 0 15px 10px
8080 background-color: #EEE
8181 overflow: auto
82
83
8284 .title
8385 margin-bottom: 20px
8486 h1
  
11%div.post
2 %span.date= link_to post.created_at.to_date.to_s(:db), post_path(post)
23 %h1.name= link_to h(post.title), post_path(post)
34 = link_to "(#{post.comments_count})", (post_path(post) + '#comments') if post.comments_count > 0
45 = render :partial => 'layouts/control', :locals => {:post => post}
  
4141#Main .content .post p a, #Main .content .page p a { text-decoration: underline; }
4242#Main .content .post textarea, #Main .content .page textarea { width: 100%; }
4343#Main .content .post h1, #Main .content .page h1 { font-size: 153.846%; font-weight: bold; }
44#Main .content .post span.date, #Main .content .page span.date { font-size: 69.231%; float: right; margin-top: 13px; }
4445#Main .content .post p, #Main .content .page p { margin: 10px 0 10px 0; }
4546#Main .content .post pre, #Main .content .page pre { font-family: courier; margin: 15px 0 15px 10px; background-color: #EEE; overflow: auto; }
4647#Main .content .title { margin-bottom: 20px; }