We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a4582 commit 6cadfd7Copy full SHA for 6cadfd7
pkgdown/_pkgdown.yml
@@ -15,6 +15,14 @@ template:
15
16
gtag('config', 'G-MDZV0LSEHS');
17
</script>
18
+ <!-- Google tag (gtag.js) -->
19
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-FQQZL5V93G"></script>
20
+ <script>
21
+ window.dataLayer = window.dataLayer || [];
22
+ function gtag(){dataLayer.push(arguments);}
23
+ gtag('js', new Date());
24
+ gtag('config', 'G-FQQZL5V93G');
25
+ </script>
26
<script async defer src="https://buttons.github.io/buttons.js"></script>
27
before_navbar: |
28
<a href="https://shiny.tools/" class="home"><i class="fa fa-lg fa-chevron-left"></i></a>
0 commit comments