|
|
@@ -40,14 +40,15 @@ |
|
|
|
{{if .RequireTribute}} |
|
|
|
<script src="{{StaticUrlPrefix}}/vendor/plugins/tribute/tribute.min.js"></script> |
|
|
|
{{end}} |
|
|
|
|
|
|
|
{{if .PageIsHome}} |
|
|
|
<script src="{{StaticUrlPrefix}}/self/js/jquery.min.js?v={{MD5 AppVer}}"></script> |
|
|
|
<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}} |
|
|
|
<script src="/rotation3D/jquery-3.5.0.min.js"></script> |
|
|
|
<script src="/home/home.js?v={{MD5 AppVer}}" type="text/javascript"></script> |
|
|
|
<script src="{{StaticUrlPrefix}}/vendor/plugins/jquery.particleground/jquery.particleground.min.js"></script> |
|
|
|
<script src="/rotation3D/vue-2.6.10.min.js"></script> |
|
|
|
<script src="/rotation3D/rotation3D.js?v={{MD5 AppVer}}"></script> |
|
|
|