fix(article): 修复文章标题显示逻辑错误问题
This commit is contained in:
		
							parent
							
								
									5ca6018016
								
							
						
					
					
						commit
						c2dc6308e0
					
				| @ -34,7 +34,7 @@ | |||||||
| 
 | 
 | ||||||
|     <div class="card"> |     <div class="card"> | ||||||
|         <div class="card-content main"> |         <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> |                 <h1 class="title" th:text="${post.spec.title}"></h1> | ||||||
|                 <div class="meta"> |                 <div class="meta"> | ||||||
|                     <ul class="breadcrumb"> |                     <ul class="breadcrumb"> | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user