Remove redundant scripts from baseof
This commit is contained in:
parent
36beefd0dd
commit
bbada45e84
|
@ -2,9 +2,4 @@
|
||||||
<head>
|
<head>
|
||||||
{{ partial "head.html" . }}
|
{{ partial "head.html" . }}
|
||||||
</head>
|
</head>
|
||||||
<script
|
|
||||||
type="text/javascript"
|
|
||||||
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"
|
|
||||||
></script>
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/echarts@5.5.1/dist/echarts.min.js"></script>
|
|
||||||
{{ template "partials/body.html" . }}
|
{{ template "partials/body.html" . }}
|
||||||
|
|
Loading…
Reference in New Issue