Add places
This commit is contained in:
2
app/templates/shared/_photo_post.html.slim
Normal file
2
app/templates/shared/_photo_post.html.slim
Normal file
@@ -0,0 +1,2 @@
|
||||
a href="#{post.permalink}"
|
||||
img class="rounded object-cover hover:opacity-80 h-48 w-48 mr-4 mb-4" src="#{post.photos[0]["value"]}" alt="#{post.photos[0]["alt"]}"
|
Reference in New Issue
Block a user