diff --git a/config.toml b/config.toml index 0ed3742..cca6579 100644 --- a/config.toml +++ b/config.toml @@ -8,6 +8,8 @@ disableKinds = ["taxonomy", "taxonomyTerm"] [params] AuthorName = "Elnu" FontAwesomeKit = "c3c3b565dc" + MatomoURL = "matomo.elnu.com" + MatomoSiteId = "4" [permalinks] challenges = "/:filename" diff --git a/themes/tegakituesday.com/layouts/partials/head.html b/themes/tegakituesday.com/layouts/partials/head.html index dbeb62d..09b2481 100644 --- a/themes/tegakituesday.com/layouts/partials/head.html +++ b/themes/tegakituesday.com/layouts/partials/head.html @@ -26,5 +26,20 @@ secondary.addEventListener("touchmove", scrollHandler); }; + + + \ No newline at end of file