fix(links): 修复友链页面用户名为null问题,#7

This commit is contained in:
nineya 2023-05-24 11:05:54 +08:00
parent 28cc6a09e0
commit da562e7087

View File

@ -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}"/>