Sha256: cfdb5718d4d73a9a597f25877ec6dcc4e92b3b336eeb897974e9ffacb761ee90
Contents?: true
Size: 789 Bytes
Versions: 2
Compression:
Stored size: 789 Bytes
Contents
#tumblr.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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
caboodle-0.2.12 | lib/caboodle/kits/tumblr/views/tumblr.haml |
caboodle-0.2.11 | lib/caboodle/kits/tumblr/views/tumblr.haml |