Remove redundant scripts from baseof
This commit is contained in:
parent
36beefd0dd
commit
bbada45e84
|
@ -2,9 +2,4 @@
|
|||
<head>
|
||||
{{ partial "head.html" . }}
|
||||
</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" . }}
|
||||
|
|
Loading…
Reference in New Issue