fix(article): 修复文章标题显示逻辑错误问题

This commit is contained in:
nineya 2023-06-25 11:23:22 +08:00
parent 5ca6018016
commit c2dc6308e0

View File

@ -34,7 +34,7 @@
<div class="card">
<div class="card-content main">
<th:block th:if="${!#strings.isEmpty(post.spec.cover)}">
<th:block th:if="${#strings.isEmpty(post.spec.cover)}">
<h1 class="title" th:text="${post.spec.title}"></h1>
<div class="meta">
<ul class="breadcrumb">