mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-29 08:05:49 +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
|
||||
# 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
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user