Merge pull request #480 from liuzhihang/main-1

修复音乐馆页面标题
This commit is contained in:
困困鱼 2023-09-09 17:11:41 +08:00 committed by GitHub
commit 18768f7e13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<!DOCTYPE html>
<html lang="en" xmlns:th="http://www.thymeleaf.org"
th:replace="~{modules/layouts/layout :: layout(content = ~{::content}, htmlType = 'music',title = '音乐馆' + ' | ' + site.title)}">
th:replace="~{modules/layouts/layout :: layout(content = ~{::content}, htmlType = 'music',title = ${singlePage.spec.title + ' | ' + site.title})}">
<th:block th:fragment="content">
@ -36,4 +36,4 @@
</th:block>
</html>
</html>