Merge pull request #357 from mDuo13/ganalytics_ua_change

Analytics, fork/branch changes
This commit is contained in:
Rome Reginelli
2018-05-10 15:11:36 -07:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -42,8 +42,8 @@ targets:
display_name: XRP Ledger Dev Portal
# These github_ fields are used by the template's "Edit on GitHub" link.
# Override them with --vars to change which fork/branch to edit.
github_forkurl: https://github.com/mDuo13/ripple-dev-portal
github_branch: 5layertest
github_forkurl: https://github.com/ripple/ripple-dev-portal
github_branch: master
recently_updated:
- html: introduction.html
date: 2018-05-07

View File

@@ -32,12 +32,12 @@
<link rel="stylesheet" href="assets/vendor/fontawesome/css/font-awesome.min.css" />
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-118874867-1"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-45576805-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-118874867-1');
gtag('config', 'UA-45576805-2');
</script>