Xzya / hugo-bootstrap

This is a simple Hugo theme using Bootstrap v4.
MIT License
76 stars 51 forks source link

Google Analytics is not working #20

Closed anapaulagomes closed 6 years ago

anapaulagomes commented 6 years ago

I just moved my blog to this great theme. The problem is: the Google Analytics is not working anymore. Any clue? Shall we include {{ template "_internal/google_analytics.html" . }} somewhere? https://gohugo.io/templates/internal/#use-the-google-analytics-template

anapaulagomes commented 6 years ago

Turns out that the problem is with Hugo or the way the parser works. To solve this, just move the googleAnalytics variable to the top. https://stackoverflow.com/a/46207854/1344295