Maybe I don't understand how it was implemented, but I don't see an _internal directory with the analytics configuration:
Is that a special directory provided by Hugo or something? I didn't see any changes here which would indicate that it ever got added:
https://github.com/lxndrblz/anatole/commit/ca58d70c3c0b84f753b5e43a0feafc12e4d97141
Thanks! Love the theme. 馃憤馃徑
Hi there,
it鈥檚 a snippet that comes with Hugo, therefore, there is no need to include it in the theme.
Internal Templates | Hugo (gohugo.io) https://gohugo.io/templates/internal/
Best regards,
Alex
Thanks, I should have searched first. I will do more debugging on my end then, as I'm not seeing it initializing correctly.
It is usually quite easy. Simply set the googleAnalytics = "UA-123-45" param in the config.
Yep, it was a dumb mistake on my end. When I went to debug I stupidly assumed I knew more about hugo than I do, and wasn't aware of the internal feature. Thanks!