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(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:class="${theme.config.basic_style.theme_style}"
|
||||||
th:fragment="layout (title, canonical, content, isPost)">
|
th:fragment="layout (title, canonical, content, isPost)">
|
||||||
<th:block th:if="${!#strings.equals('',param._pjax)}">
|
<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>
|
<body>
|
||||||
<div class="column-main">
|
<div class="column-main">
|
||||||
<th:block th:replace="${content}"/>
|
<th:block th:replace="${content}"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user