File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
src/site/_includes/layouts Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,14 @@ ogimage: "/img/og/default-og-image.png"
1515{%- endfor %}
1616 <title >{{ title }} | Jamstack</title >
1717 <meta name =" description" content =" {{ description }}" >
18+ <!-- Google tag (gtag.js) -->
19+ <script async src =" https://www.googletagmanager.com/gtag/js?id=G-X2FMMZSSS9" ></script >
20+ <script >
21+ window .dataLayer = window .dataLayer || [];
22+ function gtag (){dataLayer .push (arguments );}
23+ gtag (' js' , new Date ());
24+ gtag (' config' , ' G-X2FMMZSSS9' );
25+ </script >
1826 <link rel =" apple-touch-icon" sizes =" 180x180" href =" /img/favicons/apple-touch-icon.png" >
1927 <link rel =" icon" type =" image/png" sizes =" 32x32" href =" /img/favicons/favicon-32x32.png" >
2028 <link rel =" icon" type =" image/png" sizes =" 16x16" href =" /img/favicons/favicon-16x16.png" >
@@ -33,8 +41,6 @@ ogimage: "/img/og/default-og-image.png"
3341 <meta property =" twitter:title" content =" {{ title }} | Jamstack" >
3442 <meta property =" twitter:description" content =" {{ description }}" >
3543 <meta property =" twitter:image" content =" {{ netlify.deployUrl }}{{ ogimage }}" >
36- <meta name =" google-site-verification" content =" i5IheizQ6X_M4jNqb_b7vbJrT34i_gvEg8Gxkq9IY_w" />
37- <meta name =" google-site-verification" content =" WDIQ_1X8K7XIpPJ5G1Z8KnOqdSeYetPQB4EgoTLfIsc" />
3844 <script type =" module" >document .documentElement .classList .add (" js" ); </script >
3945 <script >
4046 if (
You can’t perform that action at this time.
0 commit comments