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 6b05e21 commit b11ef1eCopy full SHA for b11ef1e
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
preserveTaxonomyNames = true
exampleSite/layouts/partials/foot_custom.html
@@ -2,3 +2,5 @@
<script async src="//cdn.bootcss.com/mathjax/2.7.1/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