Remove GoatCounter for this website

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

View File

@ -45,7 +45,6 @@ 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 -->
@ -104,7 +103,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.2"
version: "v1.2.3"
}));
showPage();
});