File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 8
8
Feature-Policy: geolocation 'self'
9
9
Cache-Control: public, max-age=31536000
10
10
Access-Control-Allow-Origin: *
11
-
12
- <!-- Global site tag (gtag.js) - Google Analytics -->
13
- <script async src="https://www.googletagmanager.com/gtag/js?id=G-097K82469K"></script>
14
- <script>
15
- window.dataLayer = window.dataLayer || [];
16
- function gtag(){dataLayer.push(arguments);}
17
- gtag('js', new Date());
18
-
19
- gtag('config', 'G-097K82469K');
20
- </script>
Original file line number Diff line number Diff line change
1
+ <!-- Global site tag (gtag.js) - Google Analytics -->
2
+ < script async src ="https://www.googletagmanager.com/gtag/js?id=G-097K82469K "> </ script >
3
+ < script >
4
+ window . dataLayer = window . dataLayer || [ ] ;
5
+ function gtag ( ) { dataLayer . push ( arguments ) ; }
6
+ gtag ( 'js' , new Date ( ) ) ;
7
+
8
+ gtag ( 'config' , 'G-097K82469K' ) ;
9
+ </ script >
10
+
1
11
{{ if .Site.Params.alert -}}
2
12
{{ partial "header/alert.html" . }}
3
13
{{ end -}}
You can’t perform that action at this time.
0 commit comments