Skip to content

Commit

Permalink
CLDR-15821 site: add Analytics to site (#4137)
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 authored Oct 17, 2024
1 parent a220913 commit cb78e97
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/site/_layouts/page.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-BPN1D3SEJM"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());

gtag("config", "G-BPN1D3SEJM");
</script>
<meta charset="utf-8" />
<title>{{ page.title }}</title>
<link rel="stylesheet" href="/assets/css/page.css" />
Expand Down
14 changes: 14 additions & 0 deletions docs/site/_layouts/sitemap.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-BPN1D3SEJM"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());

gtag("config", "G-BPN1D3SEJM");
</script>
<meta charset="utf-8" />
<title>{{ page.title }}</title>
<link rel="stylesheet" href="/assets/css/page.css" />
Expand Down

0 comments on commit cb78e97

Please sign in to comment.