%ol#posts
- for post in posts
%li
- %a{:href => "posts/#{post[:slug]}", :title => post[:title]}= post[:title]
+ %a{:href => "posts/#{post[:slug]}.xhtml", :title => post[:title]}= post[:title]
#footer
:markdown
powered by [git-blog](http://github.com/elliottcable/git-blog "elliottcable's git-blog on GitHub"), by [elliottcable](http://elliottcable.name "elliottcable")
\ No newline at end of file
%html{:xmlns => 'http://www.w3.org/1999/xhtml', :'xml:lang' => 'en'}
%head
%meta{:'http-equiv' => 'Content-Type', :content => 'application/xhtml+xml;charset=utf-8'}
- %title yet another git-blog
- %link{:rel => 'stylesheet', :href => 'design/main.css', :type => 'text/css;charset=utf-8'}
+ %title= title
+ %link{:rel => 'stylesheet', :href => '../design/main.css', :type => 'text/css;charset=utf-8'}
/ %link{:rel => 'alternate', :href => '/posts/feed.rss', :type => 'application/rss+xml', :title => 'Feed (RSS 2.0)'}
/ %link{:rel => 'alternate', :href => '/posts/feed.atom', :type => 'application/atom+xml', :title => 'Feed (Atom)'}
%body
- %h1 yet another git-blog
- %ol#posts
- - for post in posts
- %li
- %a{:href => "posts/#{post[:slug]}", :title => post[:title]}= post[:title]
+ %h1= title
+ #content= content
#footer
:markdown
powered by [git-blog](http://github.com/elliottcable/git-blog "elliottcable's git-blog on GitHub"), by [elliottcable](http://elliottcable.name "elliottcable")
\ No newline at end of file