fix(links): 修复友链页面用户名为null问题,#7
This commit is contained in:
		
							parent
							
								
									28cc6a09e0
								
							
						
					
					
						commit
						da562e7087
					
				| @ -2,7 +2,8 @@ | ||||
|       th:class="${theme.config.basic_style.theme_style}" | ||||
|       th:fragment="layout (title, canonical, content, isPost)"> | ||||
| <th:block th:if="${!#strings.equals('',param._pjax)}"> | ||||
|   <th:block th:replace="~{common/head :: head}"/> | ||||
|   <th:block th:replace="~{common/head :: head}" | ||||
|             th:with="contributor = ${contributorFinder.getContributor(theme.config.basic_info.metadata_name)}"/> | ||||
|   <body> | ||||
|   <div class="column-main"> | ||||
|     <th:block th:replace="${content}"/> | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user