Add GoatCounter to page

This commit is contained in:
Florine W. Dekker 2021-04-21 18:56:32 +02:00
parent 7fc4bea552
commit fac466559d
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
1 changed files with 2 additions and 1 deletions

View File

@ -45,6 +45,7 @@ if ($target != null && !$needs_confirmation) {
<link rel="stylesheet" href="https://static.fwdekker.com/fonts/roboto.css" crossorigin="anonymous" />
<link rel="stylesheet" href="https://static.fwdekker.com/lib/template/1.x.x/bundle.css" crossorigin="anonymous" />
<script async src="https://stats.fwdekker.com/count.js" data-goatcounter="https://stats.fwdekker.com/count"></script>
</head>
<body>
<main> <!-- Do not hide without JavaScript -->
@ -103,7 +104,7 @@ if ($target != null && !$needs_confirmation) {
$("#header").appendChild(header({title: "fwdkr.co"}));
$("#footer").appendChild(footer({
vcsURL: "https://git.fwdekker.com/FWDekker/fwdkr.co/",
version: "v1.2.1"
version: "v1.2.2"
}));
showPage();
});