GA
This commit is contained in:
parent
95982c136c
commit
5ebcf56563
2 changed files with 13 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
<p style="font-size: 12px">
|
||||
Site by Aaron Yarborough <br/>
|
||||
<a href="mailto:me@aaronjy.me">Contact me</a>
|
||||
<a href="mailto:graalarchive@aaronjy.me">Contact me</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
12
header.php
12
header.php
|
@ -2,6 +2,18 @@
|
|||
<html <?php language_attributes(); ?>>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-75664743-2"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-75664743-2');
|
||||
</script>
|
||||
|
||||
|
||||
<meta charset="<?php bloginfo('charset'); ?>"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<meta name="description" content="A collection of scripts and other content made by Graal Online players"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue