fix(photos): Modify image path

This commit is contained in:
周中平 2022-10-09 12:02:01 +08:00
parent 2ad03ede7c
commit 6029814152
No known key found for this signature in database
GPG Key ID: B1DF9DD42D8E00DC

View File

@ -39,7 +39,7 @@
<#list photos.content as photo>
<article id="${photo.id!}" class="thumb">
<a href="${photo.url!}" class="image">
<img src="${photo.url!}" alt="" />
<img src="${photo.thumbnail!}" alt="" />
</a>
<h2>${photo.name!}</h2>
<p>${photo.description!}</p>