Skip to content

Commit

Permalink
Merge pull request #134 from datacamp/chore/add-promo-banner
Browse files Browse the repository at this point in the history
Add promo banner
  • Loading branch information
ztsorojev authored Dec 12, 2022
2 parents 6dfa86e + 6457ad5 commit e9d8329
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ class MyDocument extends Document {
<Html lang="en">
<Head>
<link href="/favicon.ico" rel="icon" />
<meta name="google-site-verification" content="l7VjaJvG_OgqxbCyZDDtk_ykMcPXyqwTSoWnf94hGQk" />
<meta
content="l7VjaJvG_OgqxbCyZDDtk_ykMcPXyqwTSoWnf94hGQk"
name="google-site-verification"
/>
<script
async
src={`https://www.googletagmanager.com/gtag/js?id=${GA_TRACKING_ID}`}
Expand All @@ -37,6 +40,10 @@ class MyDocument extends Document {
`,
}}
/>
<script
async
src="https://promo.datacamp.com/banner.js?variant=rdocs"
/>
</Head>
<body>
<Main />
Expand Down

0 comments on commit e9d8329

Please sign in to comment.