diff --git a/config.toml b/config.toml index 032e52a..d276bf2 100644 --- a/config.toml +++ b/config.toml @@ -4,7 +4,6 @@ title = "Marsettler" theme = "hugo-dusk" disableHugoGeneratorInject = true enableGitInfo = true -googleAnalytics = "UA-121966234-1" [params] github = "hueypark" diff --git a/themes/hugo-dusk/README.md b/themes/hugo-dusk/README.md index 5252cf2..fea2f4e 100644 --- a/themes/hugo-dusk/README.md +++ b/themes/hugo-dusk/README.md @@ -36,7 +36,6 @@ languageCode = "en-US" paginate = 3 theme = "hugo-dusk" -googleAnalytics = "" disqusShortname = "" [author] diff --git a/themes/hugo-dusk/exampleSite/config.toml b/themes/hugo-dusk/exampleSite/config.toml index 9e6105a..733e31b 100644 --- a/themes/hugo-dusk/exampleSite/config.toml +++ b/themes/hugo-dusk/exampleSite/config.toml @@ -8,7 +8,6 @@ theme = "hugo-dusk" themesDir = "../.." enableRobotsTXT = true -googleAnalytics = "" disqusShortname = "" SectionPagesMenu = "main" diff --git a/themes/hugo-dusk/layouts/partials/head.html b/themes/hugo-dusk/layouts/partials/head.html index d670021..7b1a669 100644 --- a/themes/hugo-dusk/layouts/partials/head.html +++ b/themes/hugo-dusk/layouts/partials/head.html @@ -20,8 +20,6 @@ -{{ template "_internal/google_analytics_async.html" . }} - {{ $url := replace .Permalink ( printf "%s" .Site.BaseURL) "" }} {{ if eq $url "/" }}