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 da0192c commit 8f0cfa7Copy full SHA for 8f0cfa7
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$", "\\.Rmarkdown$", "_files$", "_cache$"]
8
footnotereturnlinkcontents = "↩"
exampleSite/layouts/partials/foot_custom.html
@@ -2,3 +2,5 @@
<script async src="//mathjax.rstudio.com/latest/MathJax.js?config=TeX-MML-AM_CHTML"></script>
<script async src="//yihui.name/js/center-img.js"></script>
+
+{{ template "_internal/google_analytics.html" . }}
0 commit comments