Lednerb / bilberry-hugo-theme

Premium theme for the hugo site builder. DEMO:
https://lednerb.github.io/bilberry-hugo-theme/
MIT License
355 stars 151 forks source link

Google Analytics configuration has new syntax #649

Closed rserbitar closed 2 months ago

rserbitar commented 2 months ago

Total noob here, so maybe I am doing something wrong, but thats what I had to do:

Configuration in hugo.toml

Before:

googleAnalytics = 'G-MEASUREMENT-ID'

working:

[services]
  [services.googleAnalytics]
    ID = 'G-MEASUREMENT_ID'
igor-baiborodine commented 2 months ago

Fixed with https://github.com/Lednerb/bilberry-hugo-theme/releases/tag/v.4.7.0 release.