From fd77fe078aff4d3d526fd62e176d4422307aca5b Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Wed, 8 Apr 2020 21:50:44 -0700 Subject: [PATCH] Disable Google Analytics --- config.toml | 1 - themes/vanilla/layouts/partials/head.html | 1 - 2 files changed, 2 deletions(-) diff --git a/config.toml b/config.toml index 91beef3..88a652a 100644 --- a/config.toml +++ b/config.toml @@ -4,4 +4,3 @@ title = "Daniel's Blog" theme = "vanilla" pygmentsCodeFences = true pygmentsStyle = "github" -googleAnalytics = "UA-145822895-1" diff --git a/themes/vanilla/layouts/partials/head.html b/themes/vanilla/layouts/partials/head.html index 7d6bd59..0ec23af 100644 --- a/themes/vanilla/layouts/partials/head.html +++ b/themes/vanilla/layouts/partials/head.html @@ -14,7 +14,6 @@ - {{ template "_internal/google_analytics.html" . }} {{ .Title }}