compass/doc-src/layouts/post.haml
2011-04-19 20:00:15 -07:00

11 lines
274 B
Plaintext

- render "blog" do
%h1= @item[:title]
- author = author(@item[:author])
%h2
By
- if author["byline_link"]
%a{:href=>author["byline_link"]}= author["fullname"]
- else
= author["fullname"]
= yield
-#comments= render "partials/disqus_comments"