Skip to content

Commit

Permalink
feat(analytics): Add GA tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
Greenek committed Sep 8, 2023
1 parent d0d76cc commit f17d994
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
<!doctype html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-181458-4"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());

gtag('config', 'UA-181458-4');
</script>

<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Paweł Golonko • Resume</title>
Expand Down
2 changes: 1 addition & 1 deletion src/content/01-hello.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ Geek in love with coding, sound, and visuals, preferably at the same time.
### Follow

- [github.com/Greenek](https://github.com/Greenek)
- [dribble.com/Greenek](https://dribbble.com/Greenek)
- [dribbble.com/Greenek](https://dribbble.com/Greenek)
- [/in/pawelgolonko](https://linkedin.com/in/pawelgolonko)

0 comments on commit f17d994

Please sign in to comment.