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