| @@ -45,7 +45,9 @@ | |||||
| <script src="/self/js/jquery.min.js"></script> | <script src="/self/js/jquery.min.js"></script> | ||||
| <script src="/home/home.js?v={{MD5 AppVer}}" type="text/javascript"></script> | <script src="/home/home.js?v={{MD5 AppVer}}" type="text/javascript"></script> | ||||
| {{end}} | {{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" .}} | {{template "custom/footer" .}} | ||||
| {{if .PageIsHome}} | {{if .PageIsHome}} | ||||
| <script src="/rotation3D/jquery-3.5.0.min.js"></script> | <script src="/rotation3D/jquery-3.5.0.min.js"></script> | ||||
| @@ -85,8 +87,6 @@ | |||||
| }); | }); | ||||
| </script> | </script> | ||||
| {{end}} | {{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> | </body> | ||||
| </html> | </html> | ||||