diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index f18569d..dc4c610 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -5,8 +5,10 @@ baseURL = "https://examplesite.com/"
theme = "dot"
# site title
title = "Dot"
-# desable language
+# disable language
disableLanguages = []
+# google analytics
+googleAnalytics = "" # paste your analytics ID here. Ex: UA-123-45
# unsafe html
[markup.goldmark.renderer]
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 08c9291..f2bf357 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -55,4 +55,6 @@
+{{ template "_internal/google_analytics.html" . }}
+
\ No newline at end of file