Bump gems

This commit is contained in:
2023-03-09 20:14:19 +11:00
parent 8f2c7101a4
commit 8293bc3257
12 changed files with 28 additions and 28 deletions

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 :tags, tags: post.tags
== render "shared/tags", tags: post.tags
p class="text-sm text-blue-400"
a class="u-url" href="#{post.permalink}"