fix(photos): Modify image path
This commit is contained in:
parent
2ad03ede7c
commit
6029814152
@ -39,7 +39,7 @@
|
|||||||
<#list photos.content as photo>
|
<#list photos.content as photo>
|
||||||
<article id="${photo.id!}" class="thumb">
|
<article id="${photo.id!}" class="thumb">
|
||||||
<a href="${photo.url!}" class="image">
|
<a href="${photo.url!}" class="image">
|
||||||
<img src="${photo.url!}" alt="" />
|
<img src="${photo.thumbnail!}" alt="" />
|
||||||
</a>
|
</a>
|
||||||
<h2>${photo.name!}</h2>
|
<h2>${photo.name!}</h2>
|
||||||
<p>${photo.description!}</p>
|
<p>${photo.description!}</p>
|
||||||
|
Reference in New Issue
Block a user