diff --git a/app/templates/shared/_post.html.slim b/app/templates/shared/_post.html.slim
index a05c1cf..e656f86 100644
--- a/app/templates/shared/_post.html.slim
+++ b/app/templates/shared/_post.html.slim
@@ -7,7 +7,7 @@ div class="mb-8 h-entry"
div class="grid gap-4 grid-flow-row grid-cols-4 grid-rows-1"
-post.photos.each do |photo|
img class="w-44 h-44 object-cover rounded" src=photo["value"]
- == render "shared/tags", tags: post.tags
+ / == render "shared/tags", tags: post.tags
p class="text-sm text-blue-400"
a class="u-url" href="#{post.permalink}"