I need to confirm that if I want the Google Analytics to run I just add the tag info
After the head section of Desktop.Htm and Desktop_sm.htm
Do these page get overwritten when I publish or compile?
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3Cxxxxxx"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-xxxxxxxx');
</script>