From de22811f44783186f805c75af981a5700a117129 Mon Sep 17 00:00:00 2001 From: Rohan Sircar Date: Wed, 7 Aug 2019 23:39:38 +0530 Subject: [PATCH] add matomo --- config.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.toml b/config.toml index 0f2b567..81ebb8e 100755 --- a/config.toml +++ b/config.toml @@ -156,16 +156,16 @@ guide and the [user documentation](https://bluestnight.com/docs/midnight/users/) ## Use Matomo analytics on the site ## See also: https://bluestnight.com/docs/midnight/users/site/analytics/ -#[params.matomo] +[params.matomo] ## Enable Matomo analytics - #enable = true + enable = true ## The root URL of your hosted Matomo instance ## Can contain subdirectories like https://example.com/matomo/ - #host = "https://matomo.example.com" + host = "https://matomo.arcusiridis.com" ## Enable to track users who have JavaScript disabled - #track_nojs = true + track_nojs = true ## Add a link to the footer for users to opt out of tracking ## If ajax is disabled below, redirects users to another page