Is Kmt Hugo Theme Support Adsense ?
·
49 words
·
1 minute read
Yes, Kmt theme supports AdSense to display ads on your website. You just need to change the parameter of adsense in your project hugo.toml
like this.
[params]
founded = 2023
- adsense = 'ca-pub-xxxxxxxxxxxxxxxx'
+ adsense = 'ca-pub-yyyyyyyyyyyyyyyy'
Make sure you changed the AdSense ID to the correct one.