Merge branch 'master' into content

This commit is contained in:
Set Hallstrom 2019-12-05 21:05:08 +01:00
commit 358fd0430e
16 changed files with 50 additions and 7 deletions

View file

@ -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
View 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 -->

View file

@ -4,6 +4,7 @@
<html>
<head>
{% include releasemeta.html %}
{% include matomo.html %}
</head>
<body>
{% include navmenu.html %}

View file

@ -4,6 +4,7 @@
<html>
<head>
{% include metahead.html %}
{% include matomo.html %}
</head>
<body>
{% include navmenu.html %}

View file

@ -2,6 +2,7 @@
<html>
<head>
{% include metahead.html %}
{% include matomo.html %}
</head>
<body>
{% include navmenu.html %}

View file

@ -2,6 +2,8 @@
<html>
<head>
{% include metahead.html %}
{% include matomo.html %}
</head>
<body>
{% include navmenu.html %}

View file

@ -4,6 +4,7 @@
<html>
<head>
{% include metahead.html %}
{% include matomo.html %}
</head>
<body>
{% include navmenu.html %}

View file

@ -4,6 +4,7 @@
<html>
<head>
{% include trackmeta.html %}
{% include matomo.html %}
</head>
<body>
{% include navmenu.html %}

View file

@ -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

View file

@ -10,6 +10,7 @@ poster_image: /assets/vid/discogs.jpg
<html>
<head>
{% include metahead.html %}
{% include matomo.html %}
</head>
<body>
{% include navmenu.html %}

View file

@ -19,6 +19,7 @@ pagination:
<html>
<head>
{% include highlightmetahead.html %}
{% include matomo.html %}
</head>
<body>
{% include highlightsnavmenu.html %}

View file

@ -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()
{

View file

@ -10,6 +10,7 @@ poster_image: /assets/vid/links.jpg
<html>
<head>
{% include metahead.html %}
{% include matomo.html %}
</head>
<body>
{% include navmenu.html %}

View file

@ -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",

View file

@ -11,6 +11,7 @@ permalink: /tags/
<html>
<head>
{% include metahead.html %}
{% include matomo.html %}
</head>
<body>
{% include navmenu.html %}