|
|
|
@@ -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> |