Add Google Analytics (G-7J4BKPGWR1) to all pages, add .gitignore for vendor/bundle
This commit is contained in:
@@ -12,6 +12,15 @@
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://blog.krisforbes.ca/2011/07/25/deploying-with-inploy-an-alternative-to-capis.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>
|
||||
|
||||
|
||||
|
||||
@@ -12,6 +12,15 @@
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://blog.krisforbes.ca/2011/07/25/rails-on-ubuntu-1004-passenger-nginx-mysql-va.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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user