|
@@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
<head th:fragment="header(title, link, style)">
|
|
<head th:fragment="header(title, link, style)">
|
|
|
<th:block th:if="${title == null}">
|
|
<th:block th:if="${title == null}">
|
|
|
- <title>oss-console 系统</title>
|
|
|
|
|
|
|
+ <title>oss-console</title>
|
|
|
</th:block>
|
|
</th:block>
|
|
|
<th:block th:if="${title != null}">
|
|
<th:block th:if="${title != null}">
|
|
|
<title th:replace="${title}">title</title>
|
|
<title th:replace="${title}">title</title>
|
|
@@ -13,7 +13,7 @@
|
|
|
<meta name="renderer" content="webkit">
|
|
<meta name="renderer" content="webkit">
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
|
|
- <meta name="description" content="oss-console 系统" />
|
|
|
|
|
|
|
+ <meta name="description" content="oss-console" />
|
|
|
<meta name="keywords" content="SpringBoot, Thymeleaf" />
|
|
<meta name="keywords" content="SpringBoot, Thymeleaf" />
|
|
|
|
|
|
|
|
<link rel="shortcut icon" th:href="@{/imgs/favicon.png}" type="image/x-icon">
|
|
<link rel="shortcut icon" th:href="@{/imgs/favicon.png}" type="image/x-icon">
|