增加favicon网页收藏图标,可自行替换修改。

This commit is contained in:
thinkgem
2019-05-09 14:27:04 +08:00
parent ff462950bd
commit 720148bea7
2 changed files with 1 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ content="no-cache, no-store, must-revalidate"/><meta name="description" content=
content="no-cache" http-equiv="Pragma"/><meta http-equiv="Expires" content="0"/><meta
content="width=device-width, initial-scale=1, user-scalable=1" name="viewport"/>
<title>${(isNotBlank(title!) ? title! + ' - ' : '') + @Global.getConfig('productName')}</title>
<link rel="shortcut icon" href="${ctxStatic}/favicon.png" type="image/png">
<script src="${ctxPath}/global.min.js?ctx=${ctx}"></script>
<script src="${ctxStatic}/jquery/jquery-1.12.4.min.js"></script>
<!-- <script src="${ctxStatic}/jquery/jquery-migrate-1.4.1.min.js"></script> -->

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB