Refresh fonts

This commit is contained in:
2023-12-17 14:47:20 +11:00
parent abe2e53b32
commit 3b6a68cc17
9 changed files with 50 additions and 139 deletions

View File

@@ -5,7 +5,6 @@ div class="mb-8 h-entry border border-gray-200 m-2 p-4 bg-gray-50 hover:bg-gray-
div class="grid gap-4 grid-flow-row grid-cols-4 grid-rows-1"
-post.photos.each do |photo|
img class="w-32 h-32 object-cover rounded" src=photo["value"]
== render "shared/tags", tags: post.tags
div class="mb-8"
p class="text-sm text-blue-400 dark:text-indigo-400"
@@ -19,4 +18,4 @@ div class="mb-8 h-entry border border-gray-200 m-2 p-4 bg-gray-50 hover:bg-gray-
== " ·"
a rel="syndication" class="u-syndication inline-block ml-1 float-left" href=loc[:url]
- if loc[:location] != ""
== render "shared/#{loc[:location]}", width: "w-4"
== render "shared/#{loc[:location]}", width: "w-4"