From e7c87488a51051c2889af4a2527c262cb70f798e Mon Sep 17 00:00:00 2001 From: chris062689 Date: Sun, 26 Feb 2017 17:25:48 -0500 Subject: [PATCH] Updating Google Analytics, disabled noindex/nofollow in PRD. --- site/config.toml | 4 ++-- site/themes/citra-bs-theme/layouts/_default/baseof.html | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/site/config.toml b/site/config.toml index b8326fa..eca3599 100644 --- a/site/config.toml +++ b/site/config.toml @@ -2,7 +2,7 @@ baseurl = "/" languageCode = "en-us" theme = "citra-bs-theme" -googleAnalytics = "UA-73966905-1" +googleanalytics = "UA-73966905-1" # Define how many objects appear per pagination. paginate = 10 @@ -11,4 +11,4 @@ paginate = 10 [Languages.en] title = "Citra" description = "Citra is an open-source emulator for the Nintendo 3DS capable of playing many of your favorite 3DS games." - weight = 1 \ No newline at end of file + weight = 1 diff --git a/site/themes/citra-bs-theme/layouts/_default/baseof.html b/site/themes/citra-bs-theme/layouts/_default/baseof.html index 2eab921..171c2a7 100755 --- a/site/themes/citra-bs-theme/layouts/_default/baseof.html +++ b/site/themes/citra-bs-theme/layouts/_default/baseof.html @@ -48,16 +48,14 @@ {{ if eq (getenv "HUGO_ENV") "PRD" }} - - - {{ with .Site.Params.googleAnalytics }} + {{ with .Site.Params.googleanalytics }} {{ end }}