Sha256: 98824069ab035ae57a78c69d689934773d3fdac5486c4f4969af26f6b8dfb8cd

Contents?: true

Size: 784 Bytes

Versions: 14

Compression:

Stored size: 784 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"}= 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

14 entries across 14 versions & 1 rubygems

Version Path
caboodle-0.3.0 lib/caboodle/kits/tumblr/views/tumblr.haml
caboodle-0.2.30 lib/caboodle/kits/tumblr/views/tumblr.haml
caboodle-0.2.29 lib/caboodle/kits/tumblr/views/tumblr.haml
caboodle-0.2.28 lib/caboodle/kits/tumblr/views/tumblr.haml
caboodle-0.2.27 lib/caboodle/kits/tumblr/views/tumblr.haml
caboodle-0.2.26 lib/caboodle/kits/tumblr/views/tumblr.haml
caboodle-0.2.25 lib/caboodle/kits/tumblr/views/tumblr.haml
caboodle-0.2.24 lib/caboodle/kits/tumblr/views/tumblr.haml
caboodle-0.2.23 lib/caboodle/kits/tumblr/views/tumblr.haml
caboodle-0.2.22 lib/caboodle/kits/tumblr/views/tumblr.haml
caboodle-0.2.21 lib/caboodle/kits/tumblr/views/tumblr.haml
caboodle-0.2.20 lib/caboodle/kits/tumblr/views/tumblr.haml
caboodle-0.2.19 lib/caboodle/kits/tumblr/views/tumblr.haml
caboodle-0.2.18 lib/caboodle/kits/tumblr/views/tumblr.haml