diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 88753423..b764565e 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -2,7 +2,7 @@ baseurl: "/" languageCode: "en-us" title: "A minimal Hugo website" theme: "hugo-xmin" -googleAnalytics: "" +googleAnalytics: "UA-1988641-2" disqusShortname: "" ignoreFiles: ["\\.Rmd$", "\\.Rmarkdown$", "_cache$", "\\.knit\\.md$", "\\.utf8\\.md$"] footnotereturnlinkcontents: "↩" diff --git a/exampleSite/layouts/partials/foot_custom.html b/exampleSite/layouts/partials/foot_custom.html index 3389d46d..f60b6417 100644 --- a/exampleSite/layouts/partials/foot_custom.html +++ b/exampleSite/layouts/partials/foot_custom.html @@ -2,3 +2,5 @@ + +{{ template "_internal/google_analytics.html" . }}