forked from w3f/polkadot-wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Activate SimpleAnalytics and remove Fathom (w3f#3580)
* Activate SimpleAnalytics and remove Fathom * Simple analytics on Kusama guide * remove fathom Kusama guide * remove fathom kusama guide * Remove whole former fathom block Co-authored-by: Philipp D <[email protected]>
- Loading branch information
Showing
4 changed files
with
10 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,11 @@ module.exports = { | |
src: "https://unpkg.com/[email protected]/dist/vanilla-back-to-top.min.js", | ||
onload: "addBackToTop()", | ||
defer: true, | ||
}, | ||
{ | ||
src: "https://apisa.web3.foundation/latest.js", | ||
async: true, | ||
defer: true, | ||
}, | ||
"../js/custom.js", | ||
"../js/clipboard.min.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,11 @@ module.exports = { | |
src: 'https://unpkg.com/[email protected]/dist/vanilla-back-to-top.min.js', | ||
onload: 'addBackToTop()', | ||
defer: true, | ||
}, | ||
{ | ||
src: "https://apisa.web3.foundation/latest.js", | ||
async: true, | ||
defer: true, | ||
}, | ||
'../js/custom.js', | ||
'../js/clipboard.min.js', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters