2011-04-17 08:48:44 +00:00
|
|
|
- render "blog" do
|
|
|
|
%h1= @item[:title]
|
2011-04-18 16:04:21 +00:00
|
|
|
- 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"
|