Hide tags on posts

This commit is contained in:
2023-09-18 20:31:04 +10:00
parent 9f91920302
commit e4c35bcdfc

View File

@@ -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}"