Sha256: e82cd3fb4898f77f87661867fb3e9a8954fb4d0662161481c65076392cfbc33e

Contents?: true

Size: 859 Bytes

Versions: 34

Compression:

Stored size: 859 Bytes

Contents

- post = locals[:post]

%article.post.hentry.publish{:class=>post.semantic_tags}
  - if locals[:full]

  - else
    %h2.entry-title
      %a{:href => post.url}= post.title

  %section.entry-content
    = post.body.gsub(/\n\n/m, "<br /><br />") 
    - if post.more?
      %a{:href => post.url} Continue reading &raquo;
      
  %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 => post.date.strftime("%d")}= post.date.strftime("%b")
    %small
      %span.tag-links
        = post.linked_tags
      - if Caboodle::Site.disqus
        |
        %a{:href => "#{post.url}#disqus_thread"} comments
  

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
caboodle-0.2.25 lib/caboodle/kits/posterous/views/_post.haml
caboodle-0.2.24 lib/caboodle/kits/posterous/views/_post.haml
caboodle-0.2.23 lib/caboodle/kits/posterous/views/_post.haml
caboodle-0.2.22 lib/caboodle/kits/posterous/views/_post.haml
caboodle-0.2.21 lib/caboodle/kits/posterous/views/_post.haml
caboodle-0.2.20 lib/caboodle/kits/posterous/views/_post.haml
caboodle-0.2.19 lib/caboodle/kits/posterous/views/_post.haml
caboodle-0.2.18 lib/caboodle/kits/posterous/views/_post.haml
caboodle-0.2.16 lib/caboodle/kits/posterous/views/_post.haml
caboodle-0.2.15 lib/caboodle/kits/posterous/views/_post.haml
caboodle-0.2.14 lib/caboodle/kits/posterous/views/_post.haml
caboodle-0.2.13 lib/caboodle/kits/posterous/views/_post.haml
caboodle-0.2.12 lib/caboodle/kits/posterous/views/_post.haml
caboodle-0.2.11 lib/caboodle/kits/posterous/views/_post.haml
caboodle-0.2.10 lib/caboodle/kits/posterous/views/_post.haml
caboodle-0.2.9 lib/caboodle/kits/posterous/views/_post.haml
caboodle-0.2.8 lib/caboodle/kits/posterous/views/_post.haml
caboodle-0.2.7 lib/caboodle/kits/posterous/views/_post.haml
caboodle-0.2.6 lib/caboodle/kits/posterous/views/_post.haml
caboodle-0.2.5 lib/caboodle/kits/posterous/views/_post.haml