From 8fcd6d369d9ef7625f8274c2eefbec57012bddce Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Tue, 18 Sep 2018 22:47:11 -0400 Subject: Updating GA ID Signed-off-by: Dave Henderson --- docs/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.toml b/docs/config.toml index ee896149..f9cc482b 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -9,7 +9,7 @@ theme = "hugo-material-docs" copyright = "Released under the MIT license" provider = "GitHub" repo_url = "https://github.com/hairyhenderson/gomplate" - googleAnalytics = "UA-82637990-1" + googleAnalytics = "UA-82637990-3" logo = "images/gomplate-icon.svg" favicon = "favicon.ico" custom_css = ["stylesheets/custom-palettes.css"] -- cgit v1.2.3 From 053dfa32ee1e98ce79cb125d6606e8436e6abb40 Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Tue, 18 Sep 2018 22:57:02 -0400 Subject: Fixing GA config Signed-off-by: Dave Henderson --- docs/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.toml b/docs/config.toml index f9cc482b..59e3a6c4 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -2,6 +2,7 @@ baseURL = "/" languageCode = "en-us" title = "gomplate documentation" theme = "hugo-material-docs" +googleAnalytics = "UA-82637990-3" [params] author = "hairyhenderson" @@ -9,7 +10,6 @@ theme = "hugo-material-docs" copyright = "Released under the MIT license" provider = "GitHub" repo_url = "https://github.com/hairyhenderson/gomplate" - googleAnalytics = "UA-82637990-3" logo = "images/gomplate-icon.svg" favicon = "favicon.ico" custom_css = ["stylesheets/custom-palettes.css"] -- cgit v1.2.3