Remove unnecessary cdn script
This commit is contained in:
parent
7a5b3b55d0
commit
8199d37eff
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@
|
||||||
{{ block "main" . }}{{ end }}
|
{{ block "main" . }}{{ end }}
|
||||||
|
|
||||||
{{ partial "footer.html" . }}
|
{{ partial "footer.html" . }}
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
|
|
||||||
<script src='{{ relURL "/js/app.js" }}'></script>
|
<script src='{{ relURL "/js/app.js" }}'></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue