diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2024-09-28 08:53:17 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2024-09-28 08:53:17 +0200 |
| commit | c63f00a6475419c25c389b16f03dd3354d6147fb (patch) | |
| tree | 91cb460743caedbdc5848fe598e0a47b1dcf8df7 | |
| parent | aacf9f29bd6cab8632fc1adbc42cb1bd6613b77c (diff) | |
| download | gohugo-theme-ed-c63f00a6475419c25c389b16f03dd3354d6147fb.tar.gz | |
Update change log
| -rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f4bf3ff..8fa18b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added `https://schema.org/WebPage` itemtype to base HTML layout to improve the site's SEO and accessibility. +- Added support for Google Tag Manager. The theme now checks if Google Tag + Manager is enabled and disables Google Analytics accordingly. + [See the documentation for details](https://gohugo-theme-ed.netlify.app/documentation/#integrating-analytics-with-ed). ### Changed @@ -20,6 +23,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 practices. - Use new `css.Sass` for new Hugo versions instead of `resource.ToCss` to ensure compatibility with future versions of Hugo. +- The default location of Google Analytics configuration was changed to + `config.services.googleAnalytics` and `privacy.googleAnalytics` to align with + Hugo's standard configuration. + [See the documentation for details](https://gohugo-theme-ed.netlify.app/documentation/#integrating-analytics-with-ed). + ### Removed |
