Use these settings to include scripts on every page. You can add CSS, JavaScript, analytics, etc. This is most commonly used for including Google Analytics scripts and other 3rd party tracking software.
Click Save System Settings to save settings.
Analytics — Google analytics script.
<!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-0000-0"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-0000-0'); </script>
Link — A Google Font. (See Design Resources > How to change the site font for step-by-step instructions for changing the site font.)
<link rel="preconnect" href="https://fonts.gstatic.com"> <link href="https://fonts.googleapis.com/css2?family=Newsreader:wght@200&display=swap" rel="stylesheet">
Javascript — A script to expand the wiki tree on page load.
//Auto-expand the wiki tree $( window ).on( "load", function() { setTimeout(expandTree, 500); }); function expandTree() { $(".directory.collapsed").click(); }
Please enable JavaScript to use file uploader.
is requesting access to a wiki that you have locked: https://my.axerosolutions.com/spaces/5/communifire-documentation/wiki/view/22192/header-and-footer-scripts