Move scripts to head
This commit is contained in:
parent
3d756e565e
commit
43b4a25e68
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue