Merge branch 'master' into content
This commit is contained in:
commit
358fd0430e
17
404.html
17
404.html
|
@ -53,6 +53,23 @@
|
|||
<meta name="geo.position" content="46.204391;6.143158" />
|
||||
<meta name="ICBM" content="46.204391, 6.143158" />
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||
_paq.push(["disableCookies"]);
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="https://terminalnetwork.matomo.cloud/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '3']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
|
||||
|
||||
</head>
|
||||
|
|
17
_includes/matomo.html
Normal file
17
_includes/matomo.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||
_paq.push(["disableCookies"]);
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="https://terminalnetwork.matomo.cloud/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '3']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
|
@ -4,6 +4,7 @@
|
|||
<html>
|
||||
<head>
|
||||
{% include releasemeta.html %}
|
||||
{% include matomo.html %}
|
||||
</head>
|
||||
<body>
|
||||
{% include navmenu.html %}
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<html>
|
||||
<head>
|
||||
{% include metahead.html %}
|
||||
{% include matomo.html %}
|
||||
</head>
|
||||
<body>
|
||||
{% include navmenu.html %}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
{% include metahead.html %}
|
||||
{% include matomo.html %}
|
||||
</head>
|
||||
<body>
|
||||
{% include navmenu.html %}
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
<html>
|
||||
<head>
|
||||
{% include metahead.html %}
|
||||
{% include matomo.html %}
|
||||
|
||||
</head>
|
||||
<body>
|
||||
{% include navmenu.html %}
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<html>
|
||||
<head>
|
||||
{% include metahead.html %}
|
||||
{% include matomo.html %}
|
||||
</head>
|
||||
<body>
|
||||
{% include navmenu.html %}
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<html>
|
||||
<head>
|
||||
{% include trackmeta.html %}
|
||||
{% include matomo.html %}
|
||||
</head>
|
||||
<body>
|
||||
{% include navmenu.html %}
|
||||
|
|
|
@ -10,6 +10,7 @@ poster_image: /assets/vid/artists.jpg
|
|||
<html>
|
||||
<head>
|
||||
{% include metahead.html %}
|
||||
{% include matomo.html %}
|
||||
</head>
|
||||
<body>
|
||||
{% include navmenu.html %}
|
||||
|
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 13 KiB |
|
@ -10,6 +10,7 @@ poster_image: /assets/vid/discogs.jpg
|
|||
<html>
|
||||
<head>
|
||||
{% include metahead.html %}
|
||||
{% include matomo.html %}
|
||||
</head>
|
||||
<body>
|
||||
{% include navmenu.html %}
|
||||
|
|
|
@ -19,6 +19,7 @@ pagination:
|
|||
<html>
|
||||
<head>
|
||||
{% include highlightmetahead.html %}
|
||||
{% include matomo.html %}
|
||||
</head>
|
||||
<body>
|
||||
{% include highlightsnavmenu.html %}
|
||||
|
|
|
@ -15,6 +15,7 @@ poster_image: /assets/vid/intro_loop_.jpg
|
|||
<html>
|
||||
<head>
|
||||
{% include metahead.html %}
|
||||
{% include matomo.html %}
|
||||
<script type="text/javascript">
|
||||
function generateRandomPosts()
|
||||
{
|
||||
|
|
|
@ -10,6 +10,7 @@ poster_image: /assets/vid/links.jpg
|
|||
<html>
|
||||
<head>
|
||||
{% include metahead.html %}
|
||||
{% include matomo.html %}
|
||||
</head>
|
||||
<body>
|
||||
{% include navmenu.html %}
|
||||
|
|
|
@ -14,6 +14,7 @@ poster_image: /assets/vid/radio.jpg
|
|||
<head>
|
||||
|
||||
{% include metahead.html %}
|
||||
{% include matomo.html %}
|
||||
<script type='application/ld+json'>
|
||||
{
|
||||
"@context": "http://www.schema.org",
|
||||
|
|
Loading…
Reference in a new issue