Skip to content

Commit

Permalink
Update footer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsridharan authored Jun 13, 2020
1 parent 96ad1c1 commit dba146f
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion template-parts/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,20 @@
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-63845590-4"></script>
<script>
window.dataLayer = window.dataLayer || [];

function gtag() {
dataLayer.push( arguments );
}

gtag( 'js', new Date() );

gtag( 'config', 'UA-63845590-4' );
</script>

<!-- Triggered By Github SHA : <?php echo ( isset( $github_sha ) && ! empty( $github_sha ) ) ? $github_sha : ''; ?> -->
</body>
</html>
</html>

0 comments on commit dba146f

Please sign in to comment.