Move scripts to head

This commit is contained in:
Daniel Flanagan 2020-09-14 11:06:55 -05:00
parent 3d756e565e
commit 43b4a25e68
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
1 changed files with 2 additions and 2 deletions

View File

@ -7,6 +7,8 @@
<title>{{ block "title" . }}{{ .Site.Title }}{{ end }}</title>
<link rel="shortcut icon" href="/icon.png" />
<link rel="stylesheet" href="/styles.css" />
<script defer src="/global.js"></script>
<script defer src="//a.lyte.dev/matomo.js"></script>
{{ block "head-end" . }}{{ end }}
</head>
<body>
@ -34,7 +36,5 @@
<footer style="padding-bottom: 5em">
</footer>
{{ end }}
<script defer src="/global.js"></script>
<script defer src="//a.lyte.dev/matomo.js"></script>
</body>
</html>