Skip to content

Commit

Permalink
add Google analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorosty committed May 29, 2024
1 parent a7a8da8 commit 3c2e909
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions bin/template.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
<!doctype html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CG12P3PEEE"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-CG12P3PEEE');
</script>
<!-- End Google tag -->
<title>Ali Dorosty | Front-End Engineer</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<style>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html

Large diffs are not rendered by default.

0 comments on commit 3c2e909

Please sign in to comment.