We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45c2803 + 410679f commit fcdd258Copy full SHA for fcdd258
generator-web/src/main/resources/templates/header.html
@@ -3,6 +3,7 @@
3
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
4
<title>${(value.title)!!}</title>
5
<meta name="keywords" content="${(value.keywords)!!}">
6
+
7
<script>
8
/*统计代码,便于统计流量,请勿移除,谢谢!*/
9
var _hmt = _hmt || [];
@@ -18,4 +19,5 @@
18
19
<#include "/header-local.html">
20
<#else>
21
<#include "/header-CDN.html">
-</#if>
22
+</#if>
23
0 commit comments