|
@@ -12,15 +12,11 @@
|
|
|
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">
|
|
|
|
|
|
<!-- In case users come to medlabboulder.gitlab.io/communityrule -->
|
|
|
- <script>
|
|
|
- if (document.URL.indexOf("gitlab.io") >= 0) {
|
|
|
- var script = '<meta http-equiv="Refresh" content="0; url=https://communityrule.info{{ page.url }}" />';
|
|
|
- document.head.appendChild(script);
|
|
|
- }
|
|
|
- </script>
|
|
|
+ <meta http-equiv="Refresh" content="0; url=https://communityrule.info{{ page.url }}" />
|
|
|
+ <link rel="canonical" href="https://communityrule.info{{ page.url }}" />
|
|
|
|
|
|
-<!-- Matomo -->
|
|
|
-<script type="text/javascript">
|
|
|
+ <!-- Matomo -->
|
|
|
+ <script type="text/javascript">
|
|
|
var _paq = window._paq || [];
|
|
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
|
|
_paq.push(['trackPageView']);
|
|
@@ -32,7 +28,7 @@
|
|
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
|
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
|
|
})();
|
|
|
-</script>
|
|
|
+ </script>
|
|
|
<!-- End Matomo Code -->
|
|
|
|
|
|
</head>
|