更换系统图片

This commit is contained in:
anian
2026-07-20 01:13:14 +08:00
parent 6675e378d2
commit 041fd0f7cf
67 changed files with 106 additions and 104 deletions
@@ -9,7 +9,7 @@
th:with="_cover = ${#strings.isEmpty(post.spec.cover) ? cover_img : thumbnail.gen(post.spec.cover, 's')}"
th:data-src="${_cover}" width="50"
height="50" alt="" uk-img="" loading="lazy"
th:src="@{/assets/img/lazyload.png}"></a>
th:src="@{/assets/img/logo.webp}"></a>
</div>
<div class="info nowrap">
<h4 class="title nowrap"><a th:href="@{${post.status.permalink}}">[[${post.spec.title}]]</a></h4>