diff --git a/config.toml b/config.toml index d6675ae..f8bd194 100644 --- a/config.toml +++ b/config.toml @@ -253,13 +253,17 @@ footer_menu = [ # {url = "about", name = "about", trailing_slash = true}, # {url = "privacy", name = "privacy", trailing_slash = true}, { name = "projects", url = "projects", trailing_slash = true }, + { url = "https://zloy.goatcounter.com", name = "статистика", trailing_slash = true }, { url = "sitemap.xml", name = "sitemap", trailing_slash = false }, ] [extra.analytics] -service = "umami" -id = "4ee44323-925a-401b-996d-2b6a63dfc527" -self_hosted_url = "https://stats.zlinux.ru" +#service = "umami" +#id = "4ee44323-925a-401b-996d-2b6a63dfc527" +#self_hosted_url = "https://stats.zlinux.ru" +service = "goatcounter" +id = "zloy" +#self_hosted_url = "https://zloy.goatcounter.com" [extra.isso] enabled_for_all_posts = true # Enables Isso on all posts. It can be enabled on individual posts by setting `isso = true` in the [extra] section of a post's front matter.