..
This commit is contained in:
@@ -42,7 +42,9 @@
|
||||
<section th:each="post , iterStat : ${Posts}">
|
||||
<div class="box post" th:id="${post.id}" onclick="goToViewer(this)" style="cursor: pointer;">
|
||||
<span class="image left">
|
||||
<img th:src="${post.thumb != null and not #strings.isEmpty(post.thumb)} ? ${apiBaseUrl + post.thumb} : @{/images/pic01.jpg}" alt="Post Thumbnail" />
|
||||
<img th:src="${post.thumb != null and not #strings.isEmpty(post.thumb)} ? ${apiBaseUrl + post.thumb} : @{/images/pic01.jpg}"
|
||||
alt="Post Thumbnail"
|
||||
th:onerror="|this.onerror=null; this.src='@{/images/bum.png}';|" />
|
||||
</span>
|
||||
|
||||
<div class="inner">
|
||||
|
||||
Reference in New Issue
Block a user