Sha256: a8d33a27efb13b210f822423fc47d16f8085fb511a171e2860a753f978703113

Contents?: true

Size: 888 Bytes

Versions: 6

Compression:

Stored size: 888 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:
    - if post.date
      %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

6 entries across 6 versions & 1 rubygems

Version Path
caboodle-0.3.0 lib/caboodle/kits/posterous/views/_post.haml
caboodle-0.2.30 lib/caboodle/kits/posterous/views/_post.haml
caboodle-0.2.29 lib/caboodle/kits/posterous/views/_post.haml
caboodle-0.2.28 lib/caboodle/kits/posterous/views/_post.haml
caboodle-0.2.27 lib/caboodle/kits/posterous/views/_post.haml
caboodle-0.2.26 lib/caboodle/kits/posterous/views/_post.haml