We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd18007 commit 22e4df5Copy full SHA for 22e4df5
exampleSite/config.toml
@@ -2,7 +2,7 @@ baseurl = "/"
2
languageCode = "en-us"
3
title = "A minimal Hugo website"
4
theme = "hugo-xmin"
5
-googleAnalytics = ""
+googleAnalytics = "UA-1988641-2"
6
disqusShortname = ""
7
ignoreFiles = ["\\.Rmd$", "_files$", "_cache$"]
8
footnotereturnlinkcontents = "↩"
layouts/partials/foot_custom.html
@@ -0,0 +1 @@
1
+{{ template "_internal/google_analytics.html" . }}
0 commit comments