mirror of https://github.com/escalate/hugo-split-theme.git

Felix Boerner
31.19.2024 b5e4b0fef8c7bfb768a9e9e0d47e8b136f9cbc1d
README.md
@@ -188,10 +188,12 @@
### Add Google Analytics
Enable Google Analytics by adding your tracking id to `googleAnalytics`. Leave empty or remove if you don't want.
Enable Google Analytics by adding your tracking id to `services.googleAnalytics`. Leave empty or remove if you don't want.
```toml
googleAnalytics = "UA-XXXXXXXX-1"
[services]
  [services.googleAnalytics]
    ID = "UA-XXXXXXXX-1"
```