blog-rekahsoft-ca/templates/partials/post-teaser.haml

28 lines
504 B
Plaintext

%article.post.container
%header
%h1.title
%a(href="$url$") $title$
%p.info
Posted on
%span.date $date$
$if(author)$ by
%span.author $author$
$endif$
$if(teaser)$
$teaser$
$else$
$body$
$endif$
%footer
.container
.eight.columns.alpha
$if(teaser)$
%a.read-more(rel="address:$virtualpath$" href="$url$") Read More
$else$
%span.no-teaser
$endif$
.eight.columns.omega
%p.tags $tags$