Skip to content

Commit

Permalink
Updated gtag JS file to correctly include tagging.
Browse files Browse the repository at this point in the history
  • Loading branch information
sr-dash committed Jan 16, 2025
1 parent 056e305 commit 084bb2c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions _includes/scripts.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,15 @@
<!-- Analytics -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics }}"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', '{{ site.google_analytics }}');
</script>
<script defer src="{{ '/assets/js/google-analytics-setup.js' | relative_url | bust_file_cache }}"></script>
{% endif %}

Expand Down
Binary file removed assets/pdf/Soumya_Resume.pdf
Binary file not shown.

0 comments on commit 084bb2c

Please sign in to comment.