2019-04-24 17:18:35 +02:00
|
|
|
---
|
|
|
|
---
|
|
|
|
<!DOCTYPE html>
|
2019-04-24 18:56:12 +02:00
|
|
|
<html lang="en">
|
2019-04-24 17:18:35 +02:00
|
|
|
<head>
|
2019-04-24 18:56:12 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
|
|
|
<link rel="apple-touch-icon" href="{{ site.baseurl }}/apple-touch-icon.png">
|
|
|
|
<link rel="icon" type="image/png" href="{{ site.baseurl }}/touch-icon.png" sizes="192x192">
|
|
|
|
<link rel="shortcut icon" href="{{ site.baseurl }}/favicon.png" type="image/png" />
|
2020-01-28 11:04:09 +01:00
|
|
|
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style20200128.css" />
|
2019-07-14 00:51:18 +02:00
|
|
|
<script src="/assets/js/jquery-3.4.1.min.js"></script>
|
2019-11-04 22:43:23 +01:00
|
|
|
<script type="text/javascript" src="/assets/js/isotope.pkgd.min.js"></script>
|
2019-04-24 19:03:14 +02:00
|
|
|
{% include seo.html %}
|
2019-07-09 22:17:29 +02:00
|
|
|
<style>
|
|
|
|
body{
|
|
|
|
background: url('{{ page.image }}');
|
|
|
|
}
|
|
|
|
</style>
|
2019-11-05 15:26:50 +01:00
|
|
|
{% include matomo.html %}
|
2019-11-05 14:38:31 +01:00
|
|
|
|
2019-04-24 17:18:35 +02:00
|
|
|
</head>
|
2019-04-24 18:56:12 +02:00
|
|
|
<body>
|
2019-11-05 12:34:08 +01:00
|
|
|
{% if page.collection == 'tracks' or page.url == '/music/' %}
|
2019-07-15 17:49:01 +02:00
|
|
|
<div id="wallpaper">
|
|
|
|
{{ content }}
|
|
|
|
</div>
|
2019-07-13 23:44:59 +02:00
|
|
|
|
2019-07-15 17:49:01 +02:00
|
|
|
{% else %}
|
|
|
|
{{ content }}
|
|
|
|
{% endif %}
|
2019-04-24 17:18:35 +02:00
|
|
|
</body>
|
2019-04-24 18:56:12 +02:00
|
|
|
</html>
|