From ed752cfd5891a95bdd34da7ae5b6d65f37fbdda2 Mon Sep 17 00:00:00 2001 From: Antifantwerp Date: Thu, 26 Oct 2023 14:45:16 +0200 Subject: [PATCH] Added analytics --- src/_includes/base.pug | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/_includes/base.pug b/src/_includes/base.pug index 4ebe88b..d55af3a 100644 --- a/src/_includes/base.pug +++ b/src/_includes/base.pug @@ -19,6 +19,10 @@ html(lang="en") meta(property="og:image:alt" content="An antifa logo: a white circle with a black border. Within the circle is a black flag on the front, and left-below-behind it a red one. The top of the circle says Antifa, the bottom says Antwerp") meta(property="og:site_name" content="Antifantwerp") + // Temporary open source analytics solution on an external server until we can host our own + script(defer data-domain="antifantwerp.github.io" src="https://plausible.denperidge.com/js/script.js") + + if stylesheet link(rel="stylesheet", href=stylesheet)