This repository was archived by the owner on Feb 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
src/templates/landing_pages Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
- import React from 'react' ;
1
+ import React from 'react' ;
2
2
import OutdatedBrowserMessage from './outdated_browser_message.jsx' ;
3
- import Title from '../../_common/components/title.jsx' ;
4
- import AntiClickjack from '../../_common/includes/anti_clickjack.jsx' ;
5
- import Favicons from '../../_common/includes/favicons.jsx' ;
6
- import GoogleOptimizer from '../../_common/includes/google_optimizer.jsx' ;
3
+ import Title from '../../_common/components/title.jsx' ;
4
+ import AntiClickjack from '../../_common/includes/anti_clickjack.jsx' ;
5
+ import Favicons from '../../_common/includes/favicons.jsx' ;
6
+ import GoogleOptimizer from '../../_common/includes/google_optimizer.jsx' ;
7
+ import Gtm from '../../_common/includes/gtm.jsx' ;
7
8
8
9
const Layout = ( {
9
10
meta_description,
@@ -38,6 +39,8 @@ const Layout = ({
38
39
</ head >
39
40
40
41
< body >
42
+ < Gtm />
43
+
41
44
{ children }
42
45
43
46
< OutdatedBrowserMessage />
Original file line number Diff line number Diff line change 1
1
/* eslint-disable react/jsx-no-target-blank */
2
2
import React from 'react' ;
3
3
import Layout from './_common/layout.jsx' ;
4
- import Gtm from '../_common/includes/gtm.jsx' ;
5
4
6
5
const gridLP = ( ) => (
7
6
< Layout
@@ -17,7 +16,6 @@ const gridLP = () => (
17
16
] }
18
17
>
19
18
20
- < Gtm />
21
19
< div className = 'binary-grid-landing' >
22
20
< div className = 'home--header' >
23
21
< div className = 'container' >
You can’t perform that action at this time.
0 commit comments