通用header.html加入script参数

This commit is contained in:
xiongxiaoyang
2020-11-03 07:24:13 +08:00
parent ad4199dc4e
commit 29d03a7a22
28 changed files with 29 additions and 29 deletions

View File

@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head th:replace="common/header :: common_head(~{::title},~{},~{::link})">
<head th:replace="common/header :: common_head(~{::title},~{},~{::link},~{})">
<title th:text="'修改昵称_'+#{website.name}"></title>
<link rel="stylesheet" href="/css/user.css"/>
</head>