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 }}