summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAm Laher <am@movio.co>2018-09-23 20:33:41 +1200
committerAm Laher <am@movio.co>2018-09-23 20:33:41 +1200
commitea8ea91fc04d0c0e76529f63cb9f3fbe76644b34 (patch)
treed53305b9b4a2636e766df8cc22dc257443449c9c
parente5346d11555d064c3b7bdf2d624354a2c5d4633c (diff)
parent053dfa32ee1e98ce79cb125d6606e8436e6abb40 (diff)
Merge remote-tracking branch 'upstream/master' into additional-templates
-rw-r--r--docs/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config.toml b/docs/config.toml
index ee896149..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-1"
logo = "images/gomplate-icon.svg"
favicon = "favicon.ico"
custom_css = ["stylesheets/custom-palettes.css"]