Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.6.1^2
zouap 3 years ago
parent
commit
55295f6268
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      templates/base/footer.tmpl

+ 4
- 3
templates/base/footer.tmpl View File

@@ -45,9 +45,7 @@
<script src="/home/home.js?v={{MD5 AppVer}}" type="text/javascript"></script>
{{end}}
<script src="{{StaticUrlPrefix}}/js/jquery.js?v={{MD5 AppVer}}"></script>
<script src="{{StaticUrlPrefix}}/fomantic/semantic.min.js?v={{MD5 AppVer}}"></script>
<script src="{{StaticUrlPrefix}}/js/index.js?v={{MD5 AppVer}}"></script>

{{template "custom/footer" .}}
{{if .PageIsHome}}
@@ -87,5 +85,8 @@
});
</script>
{{end}}
<script src="{{StaticUrlPrefix}}/js/jquery.js?v={{MD5 AppVer}}"></script>
<script src="{{StaticUrlPrefix}}/fomantic/semantic.min.js?v={{MD5 AppVer}}"></script>
<script src="{{StaticUrlPrefix}}/js/index.js?v={{MD5 AppVer}}"></script>
</body>
</html>

Loading…
Cancel
Save