Update images

This commit is contained in:
2023-02-18 17:01:43 +11:00
parent c92428617c
commit c2cf116a49
2 changed files with 4 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ article class="h-entry"
- if post.photos?
- post.photos.each do |photo|
figure
img class="u-photo" src=photo["value"] alt=photo["alt"]
img class="u-photo shadow-solid mb-4" src=photo["value"] alt=photo["alt"]
figcaption
= photo["alt"]
div class="e-content"