Skip to content
Snippets Groups Projects
Commit f3678ac1 authored by Luca L. Bologna's avatar Luca L. Bologna
Browse files

Corrected type in matomo snippet import

parent 09de791b
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@
<link rel="icon" href="./static/images/favicon.png">
<!-- Matomo snippet for analytics -->
<script type="text/javascript" src="https://raw.githubusercontent.com/ebrains-cls-interactive/ebrains-cls-interactive.github.io/main/static/js/clsi-matomo.js"></script>
<script type="text/plain" src="https://raw.githubusercontent.com/ebrains-cls-interactive/ebrains-cls-interactive.github.io/main/static/js/clsi-matomo.js"></script>
</head>
<body data-spy="scroll" data-target=".fixed-top">
......
......@@ -34,7 +34,7 @@
<link rel="icon" href="./static/images/favicon.png">
<!-- Matomo snippet for analytics -->
<script type="text/javascript" src="https://raw.githubusercontent.com/ebrains-cls-interactive/ebrains-cls-interactive.github.io/main/static/js/clsi-matomo.js"></script>
<script type="text/plain" src="https://raw.githubusercontent.com/ebrains-cls-interactive/ebrains-cls-interactive.github.io/main/static/js/clsi-matomo.js"></script>
</head>
<body data-spy="scroll" data-target=".fixed-top" class="use-cases">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment