diff --git a/templates/tag-page.haml b/templates/tag-page.haml index 8c1502a..67a9f58 100644 --- a/templates/tag-page.haml +++ b/templates/tag-page.haml @@ -1,5 +1,3 @@ #tag-page %h1#tag.container $tag$ - $for(posts)$ - $partial("templates/partials/post-teaser.haml")$ - $endfor$ + $partial("templates/partials/post-teaser-list.haml")$