Hide tags on posts
This commit is contained in:
@@ -7,7 +7,7 @@ div class="mb-8 h-entry"
|
|||||||
div class="grid gap-4 grid-flow-row grid-cols-4 grid-rows-1"
|
div class="grid gap-4 grid-flow-row grid-cols-4 grid-rows-1"
|
||||||
-post.photos.each do |photo|
|
-post.photos.each do |photo|
|
||||||
img class="w-44 h-44 object-cover rounded" src=photo["value"]
|
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"
|
p class="text-sm text-blue-400"
|
||||||
a class="u-url" href="#{post.permalink}"
|
a class="u-url" href="#{post.permalink}"
|
||||||
|
Reference in New Issue
Block a user