mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-16 00:49:40 +08:00
commit
a87e233ad7
@ -11,7 +11,7 @@
|
|||||||
<li class="item" th:each="comment : ${comments}">
|
<li class="item" th:each="comment : ${comments}">
|
||||||
<div class="user"
|
<div class="user"
|
||||||
th:with="
|
th:with="
|
||||||
emailHash = ${comment.spec.owner.annotations['email-hash']},
|
emailHash = ${comment.spec.owner.annotations != null ? comment.spec.owner.annotations['email-hash'] : ''},
|
||||||
userA = ${comment.owner.avatar},
|
userA = ${comment.owner.avatar},
|
||||||
img = ${#strings.isEmpty(userA) && !#strings.isEmpty(emailHash) ? theme.config.basic_info.providerMirror+'/avatar/'+emailHash : userA}">
|
img = ${#strings.isEmpty(userA) && !#strings.isEmpty(emailHash) ? theme.config.basic_info.providerMirror+'/avatar/'+emailHash : userA}">
|
||||||
<img width="35" height="35" th:unless="${#strings.isEmpty(img)}" class="avatar" th:src="${img}"
|
<img width="35" height="35" th:unless="${#strings.isEmpty(img)}" class="avatar" th:src="${img}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user