blog-rekahsoft-ca/templates/partials/post-teaser.haml
Collin J. Doering ed278bb117 Various minor aesthetic fixes
- made the border surrounding content a consistent width on each page
- minor aesthetic changes to the tag page
- removed need for index.html

Signed-off-by: Collin J. Doering <rekahsoft@gmail.com>
2015-01-14 04:50:28 -05:00

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$