Skip to content

Commit

Permalink
fix pkgdown indent for Google Analytics tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sigven committed Aug 1, 2024
1 parent d1070e4 commit fdae00f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ template:
navbar-light-brand-color: "white"
navbar-light-brand-hover-color: "white"
navbar-link-color: "white"
includes:
in_header: |
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FYKTRC4655"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
includes:
in_header: |
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FYKTRC4655"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-FYKTRC4655');
</script>
gtag('config', 'G-FYKTRC4655');
</script>
authors:
Sigve Nakken:
href: https://github.com/sigven
Expand Down

0 comments on commit fdae00f

Please sign in to comment.