mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-15 20:09:41 +08:00
commit
a87e233ad7
@ -11,7 +11,7 @@
|
||||
<li class="item" th:each="comment : ${comments}">
|
||||
<div class="user"
|
||||
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},
|
||||
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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user