blog-rekahsoft-ca/templates/tag-page.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

6 lines
113 B
Plaintext

#tag-page
%h1#tag.container $tag$
$for(posts)$
$partial("templates/partials/post-teaser.haml")$
$endfor$