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="geo.position" content="46.204391;6.143158" />
|
||||||
<meta name="ICBM" 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>
|
</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>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
{% include releasemeta.html %}
|
{% include releasemeta.html %}
|
||||||
|
{% include matomo.html %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{% include navmenu.html %}
|
{% include navmenu.html %}
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
{% include metahead.html %}
|
{% include metahead.html %}
|
||||||
|
{% include matomo.html %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{% include navmenu.html %}
|
{% include navmenu.html %}
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
{% include metahead.html %}
|
{% include metahead.html %}
|
||||||
|
{% include matomo.html %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{% include navmenu.html %}
|
{% include navmenu.html %}
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
{% include metahead.html %}
|
{% include metahead.html %}
|
||||||
|
{% include matomo.html %}
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{% include navmenu.html %}
|
{% include navmenu.html %}
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
{% include metahead.html %}
|
{% include metahead.html %}
|
||||||
|
{% include matomo.html %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{% include navmenu.html %}
|
{% include navmenu.html %}
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
{% include trackmeta.html %}
|
{% include trackmeta.html %}
|
||||||
|
{% include matomo.html %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{% include navmenu.html %}
|
{% include navmenu.html %}
|
||||||
|
|
|
@ -10,6 +10,7 @@ poster_image: /assets/vid/artists.jpg
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
{% include metahead.html %}
|
{% include metahead.html %}
|
||||||
|
{% include matomo.html %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{% include navmenu.html %}
|
{% include navmenu.html %}
|
||||||
|
|
File diff suppressed because one or more lines are too long
Before (image error) Size: 14 KiB After (image error) Size: 13 KiB |
|
@ -10,6 +10,7 @@ poster_image: /assets/vid/discogs.jpg
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
{% include metahead.html %}
|
{% include metahead.html %}
|
||||||
|
{% include matomo.html %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{% include navmenu.html %}
|
{% include navmenu.html %}
|
||||||
|
|
|
@ -19,6 +19,7 @@ pagination:
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
{% include highlightmetahead.html %}
|
{% include highlightmetahead.html %}
|
||||||
|
{% include matomo.html %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{% include highlightsnavmenu.html %}
|
{% include highlightsnavmenu.html %}
|
||||||
|
|
|
@ -15,6 +15,7 @@ poster_image: /assets/vid/intro_loop_.jpg
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
{% include metahead.html %}
|
{% include metahead.html %}
|
||||||
|
{% include matomo.html %}
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function generateRandomPosts()
|
function generateRandomPosts()
|
||||||
{
|
{
|
||||||
|
|
|
@ -10,6 +10,7 @@ poster_image: /assets/vid/links.jpg
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
{% include metahead.html %}
|
{% include metahead.html %}
|
||||||
|
{% include matomo.html %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{% include navmenu.html %}
|
{% include navmenu.html %}
|
||||||
|
|
|
@ -14,6 +14,7 @@ poster_image: /assets/vid/radio.jpg
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
{% include metahead.html %}
|
{% include metahead.html %}
|
||||||
|
{% include matomo.html %}
|
||||||
<script type='application/ld+json'>
|
<script type='application/ld+json'>
|
||||||
{
|
{
|
||||||
"@context": "http://www.schema.org",
|
"@context": "http://www.schema.org",
|
||||||
|
|
Loading…
Reference in a new issue