Add Google Analytics (G-7J4BKPGWR1) to all pages, add .gitignore for vendor/bundle

This commit is contained in:
Your Name
2026-07-31 23:33:38 -04:00
parent 2a8fe32dfc
commit 2d3bd486b7
10 changed files with 332 additions and 238 deletions
@@ -12,6 +12,15 @@
<link rel="stylesheet" href="/css/main.css">
<link rel="canonical" href="http://blog.krisforbes.ca/2011/07/17/migrating-to-google-apps-standard-from-cpanel.html">
<link rel="alternate" type="application/rss+xml" title="Kris Forbes Blog" href="http://blog.krisforbes.ca/feed.xml">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7J4BKPGWR1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7J4BKPGWR1');
</script>
</head>