curtiscde / hugo-theme-massively

Massively theme for Hugo static site generator
https://hugo-theme-massively.netlify.app
Other
155 stars 138 forks source link

Massively Demo on Hugo website contains 3rd party tracking #54

Closed onedrawingperday closed 5 years ago

onedrawingperday commented 5 years ago

Hello again @curttimson

Same as your other theme this theme's demo also has third party tracking enabled.

     \hugo-theme-massively\exampleSite\config.toml:
        googleanalytics = "UA-113904582-3"
        disqusShortname = "hugo-massively"

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

     \hugo-theme-massively\exampleSite\config.toml:
        googleanalytics = ""
        disqusShortname = ""

Once you look into this please let me know.

Thank you!

ref: https://github.com/gohugoio/hugoThemes/issues/535

onedrawingperday commented 5 years ago

Thank you for the fix.