mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-16 00:49:40 +08:00
fix(article): 修复文章标题显示逻辑错误问题
This commit is contained in:
parent
5ca6018016
commit
c2dc6308e0
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user