Skip to content

Commit

Permalink
Added google analytics from Sysads
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay9085 authored Dec 31, 2024
1 parent 99da3d3 commit 33a87ee
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,22 @@ const { title } = Astro.props;
content="Scilab, Open source, software, Case study">

<meta name="viewport" content="width=device-width, initial-scale=1.0" />


<link rel="icon" type="image/svg+xml" class="bg-red-500" href="https://scilab.in/sites/default/files/favicon.png" />
<script is:inline src="https://cdn.jsdelivr.net/npm/flowbite@2.5.2/dist/flowbite.min.js"></script>
<meta name="generator" content={Astro.generator} />

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XXXXXXXXXX"></script>
<script is:inline>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());

gtag("config", "G-SHVQ71PNBD");
</script>

<title>{title}</title>
</head>
<body>
Expand Down

0 comments on commit 33a87ee

Please sign in to comment.