Remove inclusion of relative script file script.js on every page

This commit is contained in:
Matthew Grove
2019-01-27 15:56:20 +00:00
parent 771f861b59
commit 33d12b4e10
5 changed files with 3 additions and 4 deletions

View File

@@ -39,7 +39,6 @@
<!-- import local styling & scripts -->
<script src="/js/global.js" type="text/javascript"></script>
<link href="/css/global.css" rel="stylesheet" type="text/css">
<script src="script.js" type="text/javascript"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-124505000-1" type="text/javascript"></script>