Xzya / hugo-bootstrap

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

Hugo Bootstrap Demo on Hugo website contains 3rd party tracking #29

Closed onedrawingperday closed 5 years ago

onedrawingperday commented 5 years ago

Hello @Xzya

I am one of the maintainers of the Hugo Themes repository.

Recently I audited the Hugo Themes website and it has come to my attention that your theme's demo has third party tracking enabled.

     \hugo-bootstrap\exampleSite\config.toml:
        # Google analytics
        googleAnalytics = "UA-47268287-3"

To fix this issue please leave the above parameter blank i.e.

     \hugo-bootstrap\exampleSite\config.toml:
        # Google analytics
        googleAnalytics = ""

Once you look into this please let me know.

Thank you!

Xzya commented 5 years ago

Hello @onedrawingperday,

I commented out the Google Analytics ID here as well.

Thanks!

onedrawingperday commented 5 years ago

Thanks @Xzya 👍