|
|
@@ -12,11 +12,9 @@ |
|
|
|
|
|
|
|
{{template "base/footer_content" .}} |
|
|
|
|
|
|
|
{{if .PageIsHome}} |
|
|
|
|
|
|
|
{{else}} |
|
|
|
<script src="{{StaticUrlPrefix}}/js/jquery.js?v={{MD5 AppVer}}"></script> |
|
|
|
{{end}} |
|
|
|
|
|
|
|
|
|
|
|
{{if .RequireSimpleMDE}} |
|
|
|
<script src="{{StaticUrlPrefix}}/vendor/plugins/simplemde/simplemde.min.js"></script> |
|
|
@@ -47,7 +45,9 @@ |
|
|
|
{{template "custom/footer" .}} |
|
|
|
{{if .PageIsHome}} |
|
|
|
<script src="{{StaticUrlPrefix}}/vendor/plugins/jquery.particleground/jquery.particleground.min.js"></script> |
|
|
|
<!--<script src="/rotation3D/jquery-3.5.0.min.js"></script> --> |
|
|
|
<script src="/rotation3D/jquery-3.5.0.min.js"></script> |
|
|
|
<!--<script src="/self/js/jquery.min.js" type="text/javascript"></script>--> |
|
|
|
<script src="/home/home.js?v={{MD5 AppVer}}" type="text/javascript"></script> |
|
|
|
<script src="/rotation3D/vue-2.6.10.min.js"></script> |
|
|
|
<script src="/rotation3D/rotation3D.js"></script> |
|
|
|
<script> |
|
|
|