commit
f345d8a17b
|
@ -25,7 +25,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="author-img">
|
<div class="author-img">
|
||||||
<img
|
<img
|
||||||
th:src="@{${#strings.isEmpty(site.favicon) ? '/assets/images/hao-logo.jpg' : site.favicon}}">
|
th:src="@{${#strings.isEmpty(site.logo) ? '/assets/images/hao-logo.jpg' : site.logo}}">
|
||||||
</div>
|
</div>
|
||||||
<div class="author-tag-right"
|
<div class="author-tag-right"
|
||||||
th:if="${not #lists.isEmpty(theme.config.about.authorInfoRightTags)}"
|
th:if="${not #lists.isEmpty(theme.config.about.authorInfoRightTags)}"
|
||||||
|
|
Loading…
Reference in New Issue