Skip to content

Commit fcdd258

Browse files
authored
Merge branch 'master' into 3.1
2 parents 45c2803 + 410679f commit fcdd258

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

generator-web/src/main/resources/templates/header.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
44
<title>${(value.title)!!}</title>
55
<meta name="keywords" content="${(value.keywords)!!}">
6+
67
<script>
78
/*统计代码,便于统计流量,请勿移除,谢谢!*/
89
var _hmt = _hmt || [];
@@ -18,4 +19,5 @@
1819
<#include "/header-local.html">
1920
<#else>
2021
<#include "/header-CDN.html">
21-
</#if>
22+
</#if>
23+

0 commit comments

Comments
 (0)