compass/doc-src/layouts/post.haml

11 lines
274 B
Plaintext
Raw Normal View History

2011-04-17 08:48:44 +00:00
- 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"]
2011-04-17 08:48:44 +00:00
= yield
-#comments= render "partials/disqus_comments"