0
0
zero-blog/views/post_single.haml
Gibheer 9949d409f8 * changed the links to relative paths
* added links to the headings of the posts
2011-07-19 20:22:50 +02:00

9 lines
194 B
Plaintext

%article
%header
%h1
%a{:href => "/post/#{@post.id}"}=@post.title
%footer
.author=@post.account.username
.date=@post.written
%section~markup(@post.content, @post.markup)