79341208

Date: 2025-01-09 02:27:10
Score: 1
Natty:
Report link

Along with the below config in hugo.yaml you need to add the google_analytics.html as well

  1. hugo.yaml
services:
  googleAnalytics:
    id: G-XXXXXXXXXX
  instagram:
    disableInlineCSS: true
  twitter:
    disableInlineCSS: true
  1. Create layouts/_internal/google_analytics.html and copy the content from here https://github.com/gohugoio/hugo/blob/master/tpl/tplimpl/embedded/templates/google_analytics.html

  2. Search in your project google_analytics.html and you should see themes/PaperMod/layouts/partials as below screenshot

enter image description here

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Dulan Dissanayake