Skip to content

Commit 2fe1318

Browse files
authored
Update programs.html
1 parent 1cc39e6 commit 2fe1318

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

programs.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@
55
<meta charset="utf-8"/>
66
<title>Programs | Who’s to Say ? Foundation</title>
77
<meta content="width=device-width, initial-scale=1" name="viewport"/>
8-
<!-- Fonts -->
8+
<!-- Google tag (gtag.js) -->
9+
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-46JBLZ3YPT"></script>
10+
<script>
11+
window.dataLayer = window.dataLayer || [];
12+
function gtag(){dataLayer.push(arguments);}
13+
gtag('js', new Date());
14+
gtag('config', 'G-46JBLZ3YPT');
15+
</script>
16+
<!-- Fonts -->
917
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@600;700;800&amp;family=Poppins:wght@400;600;700;800&amp;family=Inter:wght@400;500;600&amp;display=swap" rel="stylesheet"/>
1018
<link href="/assets/css/styles.css?v=20251227-1" rel="stylesheet"/>
1119
<script src="/assets/js/theme.js" defer></script>

0 commit comments

Comments
 (0)