Removed unused/stale template

The template "templates/recent-posts.haml" has been superseded by
"templates/partials/recent-post-list.haml" but was left behind.

Signed-off-by: Collin J. Doering <collin.doering@rekahsoft.ca>
This commit is contained in:
Collin J. Doering 2015-01-12 01:49:22 -05:00
parent 4b8c5a8c04
commit 08cb941a93
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
#recent-posts.sixteen.columns
.recent-post-item.active
%a(href="$url$")
%strong $mostRecentPostTitle$
$if(mostRecentPostTeaser)$
$mostRecentPostTeaser$
$else$
$mostRecentPostBody$
$endif$
$for(recentPosts)$
.recent-post-item
%h1 $title$
$if(teaser)$ $teaser$ $else$ $body$ $endif$
$endfor$