Skip to content

Commit cad9c02

Browse files
committed
add ga4
1 parent 9b3c1bf commit cad9c02

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

src/_includes/layouts/default.liquid

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@
2828
{% include "css/prism.liquid" %}
2929
{% include "css/global.liquid" %}
3030
</head>
31+
<!-- Google tag (gtag.js) -->
32+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SP32TRRYTS"></script>
33+
<script>
34+
window.dataLayer = window.dataLayer || [];
35+
function gtag(){dataLayer.push(arguments);}
36+
gtag('js', new Date());
37+
38+
gtag('config', 'G-SP32TRRYTS');
39+
</script>
3140
<body>
3241
{% include "navbar.liquid" %}
3342
<style>

src/posts/about.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ I'm a software engineer based in the Bay Area, California. Originally from Melbo
99

1010
I currently [work](https://chromiumdash.appspot.com/commits?user=ikilpatrick) on Blink/Chromium focusing on CSS Layout.
1111
I've touched/worked on almost all layout code within Blink including (but not limited to):
12-
- CSS Container Queries
1312
- Anchor Positioning
13+
- Container Queries
1414
- Flexbox
1515
- Grid
1616
- Tables
@@ -19,8 +19,10 @@ I've touched/worked on almost all layout code within Blink including (but not li
1919
- Flow layout
2020
- Replaced layout
2121

22-
Prior to Blink I worked as a Frontend Engineer to Google Docs/Drive.
22+
Prior to Blink I worked as a Frontend Engineer on Google Docs/Drive.
2323

2424
I can be found at:
25-
- [https://github.com/bfgeek](https://github.com/bfgeek)
2625
- [https://bsky.app/profile/bfgeek.bsky.social](https://bsky.app/profile/bfgeek.bsky.social)
26+
- [https://github.com/bfgeek](https://github.com/bfgeek)
27+
28+
This site is built with [Eleventy](https://www.11ty.dev/) based on [Nulite](https://github.com/codingpotions/nulite).

0 commit comments

Comments
 (0)