Skip to content

Commit 0e741c4

Browse files
willingclwasser
authored andcommitted
fix the https not found warning
1 parent af596c6 commit 0e741c4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

_includes/head/custom.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link href="https://fonts.googleapis.com/css2?family=Itim&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet" async>
66

77
<!-- Matomo -->
8-
<script>
8+
<script type="text/javascript">
99
var _paq = window._paq = window._paq || [];
1010
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
1111
_paq.push(['trackPageView']);
@@ -15,11 +15,9 @@
1515
_paq.push(['setTrackerUrl', u+'matomo.php']);
1616
_paq.push(['setSiteId', '2']);
1717
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
18-
g.async=true; g.src='//cdn.matomo.cloud/pyopensci.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
18+
g.type='text/javascript'; g.async=true; g.src='https://cdn.matomo.cloud/pyopensci.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
1919
})();
2020
</script>
2121
<!-- End Matomo Code -->
2222

23-
24-
2523
<!-- END custom head content-->

0 commit comments

Comments
 (0)