diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index a37018c..83f6c95 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -2,6 +2,7 @@ baseURL: http://something-fresh.org/ languageCode: en-us title: Hugo Fresh Theme theme: hugo-fresh +googleAnalytics: #Put in your tracking code without quotes like this: UA-XXXXXX... params: navbarlogo: diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html index eac0aa3..b894f4d 100644 --- a/layouts/partials/meta.html +++ b/layouts/partials/meta.html @@ -1,3 +1,4 @@ +{{ template "_internal/google_analytics_async.html" . }} \ No newline at end of file