Bump gems
This commit is contained in:
@@ -5,7 +5,7 @@ div class="mb-8"
|
||||
== render("link_arrow")
|
||||
p class="e-content leading-relaxed md:text-lg text-gray-800 dark:text-gray-200"
|
||||
= bookmark.content
|
||||
== render :tags, tags: bookmark.tags
|
||||
== render "shared/tags", tags: bookmark.tags
|
||||
|
||||
p class="text-sm text-blue-400"
|
||||
a href="/bookmark/#{bookmark.slug}"
|
||||
|
@@ -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}"
|
||||
|
Reference in New Issue
Block a user