devroom.io/layouts/post.haml

15 lines
365 B
Plaintext
Raw Normal View History

2013-03-24 13:27:51 +00:00
.headline
%h2= item[:title]
.content_wrap
.post
%section#content
%article
= yield
%section#sidebar
%aside.widget.widget_metadata
%h3.widgettitle About this post
%p
This post was written by <em>Ariejan</em> on
<em>#{get_pretty_date(item)}</em> and
tagged with <em>#{get_tags(item)}</em>.