diff --git a/templates/recent-posts.haml b/templates/recent-posts.haml deleted file mode 100644 index 2a2e209..0000000 --- a/templates/recent-posts.haml +++ /dev/null @@ -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$