Sha256: c678558a93184944a985bcccf113fc226f99ffeff7b4e489e83a1ec143ddad6a
Contents?: true
Size: 799 Bytes
Versions: 4
Compression:
Stored size: 799 Bytes
Contents
#tumblr.page.thin_page %section.tumblr_posts - posts.each do |post| %article{:id=>"tumblr_#{post.post_id}", :class=>"hentry tumblr_post #{post.format} #{post.type} #{post.slug} #{semantic_date(post)}"} = haml :"_#{post.type}", :layout=>false, :locals=>{:post=>post} %aside.entry-meta %span.meta-prep.meta-prep-author By %span.author.vcard %a.url.fn.n{:href => "/about", :title => "About the author"}= Caboodle::Site.author %span.meta-sep.meta-sep-entry-date | %span.meta-prep.meta-prep-entry-date Published: %span.entry-date %abbr.published{:title => Date.parse(post.date).strftime("%d")}= Date.parse(post.date).strftime("%b") %small %span.tag-links = post.type
Version data entries
4 entries across 4 versions & 1 rubygems