fix(photos): Modify image path

This commit is contained in:
2022-10-09 12:02:01 +08:00
parent 94b885489b
commit d751bece30

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>