diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 035fac37..1a5b24b6 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$"] footnotereturnlinkcontents: "↩" diff --git a/exampleSite/layouts/partials/foot_custom.html b/exampleSite/layouts/partials/foot_custom.html index 33f384ae..f4972ce7 100644 --- a/exampleSite/layouts/partials/foot_custom.html +++ b/exampleSite/layouts/partials/foot_custom.html @@ -3,3 +3,5 @@ + +{{ template "_internal/google_analytics.html" . }}