mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-01 00:55:50 +00:00
Merge pull request #357 from mDuo13/ganalytics_ua_change
Analytics, fork/branch changes
This commit is contained in:
@@ -42,8 +42,8 @@ targets:
|
|||||||
display_name: XRP Ledger Dev Portal
|
display_name: XRP Ledger Dev Portal
|
||||||
# These github_ fields are used by the template's "Edit on GitHub" link.
|
# These github_ fields are used by the template's "Edit on GitHub" link.
|
||||||
# Override them with --vars to change which fork/branch to edit.
|
# Override them with --vars to change which fork/branch to edit.
|
||||||
github_forkurl: https://github.com/mDuo13/ripple-dev-portal
|
github_forkurl: https://github.com/ripple/ripple-dev-portal
|
||||||
github_branch: 5layertest
|
github_branch: master
|
||||||
recently_updated:
|
recently_updated:
|
||||||
- html: introduction.html
|
- html: introduction.html
|
||||||
date: 2018-05-07
|
date: 2018-05-07
|
||||||
|
|||||||
@@ -32,12 +32,12 @@
|
|||||||
<link rel="stylesheet" href="assets/vendor/fontawesome/css/font-awesome.min.css" />
|
<link rel="stylesheet" href="assets/vendor/fontawesome/css/font-awesome.min.css" />
|
||||||
|
|
||||||
<!-- Google Analytics -->
|
<!-- 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>
|
<script>
|
||||||
window.dataLayer = window.dataLayer || [];
|
window.dataLayer = window.dataLayer || [];
|
||||||
function gtag(){dataLayer.push(arguments);}
|
function gtag(){dataLayer.push(arguments);}
|
||||||
gtag('js', new Date());
|
gtag('js', new Date());
|
||||||
gtag('config', 'UA-118874867-1');
|
gtag('config', 'UA-45576805-2');
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user