diff --git a/404.html b/404.html index 351845e..1985ec9 100644 --- a/404.html +++ b/404.html @@ -53,6 +53,23 @@ + + + diff --git a/_includes/matomo.html b/_includes/matomo.html new file mode 100644 index 0000000..b7f4832 --- /dev/null +++ b/_includes/matomo.html @@ -0,0 +1,17 @@ + + + diff --git a/_layouts/album.html b/_layouts/album.html index 8c328aa..8554794 100644 --- a/_layouts/album.html +++ b/_layouts/album.html @@ -4,6 +4,7 @@ {% include releasemeta.html %} +{% include matomo.html %} {% include navmenu.html %} diff --git a/_layouts/article.html b/_layouts/article.html index 80e651a..3da780a 100644 --- a/_layouts/article.html +++ b/_layouts/article.html @@ -4,6 +4,7 @@ {% include metahead.html %} +{% include matomo.html %} {% include navmenu.html %} diff --git a/_layouts/blog.html b/_layouts/blog.html index d22c90e..9fe40e3 100644 --- a/_layouts/blog.html +++ b/_layouts/blog.html @@ -2,6 +2,7 @@ {% include metahead.html %} +{% include matomo.html %} {% include navmenu.html %} diff --git a/_layouts/default.html b/_layouts/default.html index 61ee15e..8968ebc 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -2,6 +2,8 @@ {% include metahead.html %} +{% include matomo.html %} + {% include navmenu.html %} diff --git a/_layouts/link.html b/_layouts/link.html index 66776c8..979d286 100644 --- a/_layouts/link.html +++ b/_layouts/link.html @@ -4,6 +4,7 @@ {% include metahead.html %} +{% include matomo.html %} {% include navmenu.html %} diff --git a/_layouts/track.html b/_layouts/track.html index 2c419ff..c5cf813 100644 --- a/_layouts/track.html +++ b/_layouts/track.html @@ -4,6 +4,7 @@ {% include trackmeta.html %} +{% include matomo.html %} {% include navmenu.html %} diff --git a/artists.html b/artists.html index 19c8672..663fe64 100644 --- a/artists.html +++ b/artists.html @@ -10,6 +10,7 @@ poster_image: /assets/vid/artists.jpg {% include metahead.html %} +{% include matomo.html %} {% include navmenu.html %} diff --git a/assets/img/reddit.svg b/assets/img/reddit.svg index 5d1c6e9..f79835a 100644 --- a/assets/img/reddit.svg +++ b/assets/img/reddit.svg @@ -1,7 +1,2 @@ - - -IcoFont Icons -reddit - - - \ No newline at end of file + + diff --git a/discography.html b/discography.html index 3628865..fb784ab 100644 --- a/discography.html +++ b/discography.html @@ -10,6 +10,7 @@ poster_image: /assets/vid/discogs.jpg {% include metahead.html %} +{% include matomo.html %} {% include navmenu.html %} diff --git a/highlights.html b/highlights.html index 3d73763..108eb8f 100644 --- a/highlights.html +++ b/highlights.html @@ -19,6 +19,7 @@ pagination: {% include highlightmetahead.html %} +{% include matomo.html %} {% include highlightsnavmenu.html %} diff --git a/index.html b/index.html index 365bc0a..f11afcf 100644 --- a/index.html +++ b/index.html @@ -15,6 +15,7 @@ poster_image: /assets/vid/intro_loop_.jpg {% include metahead.html %} +{% include matomo.html %}