StartBootstrap / startbootstrap-clean-blog-jekyll

A Jekyll version of the Clean Blog theme by Start Bootstrap
https://startbootstrap.com/themes/clean-blog-jekyll/
MIT License
2.09k stars 2.68k forks source link

fix: Move google analytics script from body to head section #318

Closed hojongs closed 1 year ago

hojongs commented 1 year ago

google analytics script tag should be located in head section.

ref: https://support.google.com/analytics/answer/1008080

Paste it after the opening <head> tag on each page you want to measure.

It doesn't work if the script tag is located in body.