Collin J. Doering
ed278bb117
- 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>
28 lines
504 B
Plaintext
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$
|