Fix webmention hook

This commit is contained in:
2023-07-05 19:50:36 +10:00
parent ee37b6622d
commit b828d59716
2 changed files with 17 additions and 19 deletions

View File

@@ -1,3 +1,3 @@
div class="rounded max-w-xs"
a href="#{post.permalink}"
img class="rounded object-cover transition-transform transform-gpu ease-out hover:scale-105 h-48 w-48" src="#{post.photos[0]["value"]}" alt="#{post.photos[0]["alt"]}"
img class="rounded object-cover transition-transform ease-out hover:scale-105 h-48 w-48" src="#{post.photos[0]["value"]}" alt="#{post.photos[0]["alt"]}"