Skip to content

Commit 6ccbd67

Browse files
authored
Add missing google analytics client id
1 parent 4da8b82 commit 6ccbd67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/header.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/leaflet.locatecontrol@v0.70.0/dist/L.Control.Locate.min.js" charset="utf-8"></script>
3030
{{#google_analytics_id}}
3131
<script type="text/javascript" src="//google-analytics.com/analytics.js"></script>
32+
<script async src="https://www.googletagmanager.com/gtag/js?id={{google_analytics_id}}"></script>
3233
{{/google_analytics_id}}
3334
{{#google_adsense_id}}
3435
<script async type="text/javascript" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client={{google_adsense_id}}" crossorigin="anonymous"></script>

0 commit comments

Comments
 (0)