We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e03609 + f1500ec commit 3c43927Copy full SHA for 3c43927
2 files changed
rmd/GA_analytics.html
@@ -0,0 +1,9 @@
1
+<!-- Google tag (gtag.js) -->
2
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-37JJNBGH0H"></script>
3
+<script>
4
+ window.dataLayer = window.dataLayer || [];
5
+ function gtag(){dataLayer.push(arguments);}
6
+ gtag('js', new Date());
7
+
8
+ gtag('config', 'G-37JJNBGH0H');
9
+</script>
rmd/_site.yml
@@ -5,7 +5,9 @@ output:
theme: cosmo
css: style.css
includes:
- in_header: "favicon.html"
+ in_header:
+ - "GA_analytics.html"
10
+ - "favicon.html"
11
exclude: ["extras"]
12
navbar:
13
title: '<div><img src="ohdsi16x16.png"></img> OMOP Common Data Model </div>'
0 commit comments