After inserting the Google Analytics code into config.toml → googleAnalytics = "xxx"
Hugo generates two js links:
<head>
<script async src="https://www.google-analytics.com/analytics.js"></script>
...
<script type="application/javascript">...</script>
<script type="application/javascript">...</script>
<script async src="https://www.google-analytics.com/analytics.js"></script>
</head>
Is this normal that two async links are generated on top and bottom of head tag?
Many Thanks,
Houman