setto.basspistol.com/_layouts/default.html

70 lines
2 KiB
HTML
Raw Normal View History

2020-07-24 14:34:09 +02:00
---
---
<!DOCTYPE HTML>
<!--
2020-08-03 21:40:11 +02:00
Publikatorized by Sakrecoer
2020-09-21 13:42:19 +02:00
Free for personal and commercial use under the CCA 3.0 license.
2020-07-24 14:34:09 +02:00
-->
2020-08-03 21:40:11 +02:00
<html lang="{{ site.lang }}">
2020-07-24 14:34:09 +02:00
<head>
{% include seo.html %}
{% include relBase.html %}
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
2020-08-03 21:40:11 +02:00
<link rel="stylesheet" href="{{ relBase }}/assets/css/all.min.css" />
2021-09-06 13:26:07 +02:00
<link rel="stylesheet" href="{{ relBase }}/assets/css/colors-20210906.css" />
<link rel="stylesheet" href="{{ relBase }}/assets/css/main-20210906.css" />
2020-07-24 14:34:09 +02:00
<link rel="apple-touch-icon" href="{{ site.url }}/apple-touch-icon.png">
<link rel="icon" type="image/png" href="{{ site.url }}/touch-icon.png" sizes="192x192">
<link rel="shortcut icon" href="{{ site.url }}{{ site.icon }}" type="image/png" />
2021-09-06 13:26:07 +02:00
<noscript><link rel="stylesheet" href="{{ relBase }}/assets/css/noscripts-20210906.css" /></noscript>
2020-12-15 14:09:24 +01:00
<script src="{{ relBase }}/assets/js/jquery-3.5.1.min.js"></script>
2020-09-11 19:02:26 +02:00
<meta name="theme-color" content="{{ site.data.colors.bg }}"/>
2020-08-12 17:38:36 +02:00
2020-08-05 16:56:35 +02:00
2020-07-24 14:34:09 +02:00
</head>
2020-08-03 21:40:11 +02:00
<body>
<!-- Wrapper -->
2020-09-11 19:02:26 +02:00
2020-08-03 21:40:11 +02:00
<div id="main-wrapper">
2020-09-11 19:02:26 +02:00
2020-08-03 21:40:11 +02:00
{{ content }}
<!-- Footer -->
2020-09-11 19:02:26 +02:00
{% unless page.collection == 'tracks' or page.url == '/radio/' %}
2020-08-03 21:40:11 +02:00
{% include footer.html %}
{% endunless %}
2020-09-11 19:02:26 +02:00
2020-08-03 21:40:11 +02:00
<!-- END Footer -->
</div>
<!-- END Wrapper -->
2021-01-07 14:12:43 +01:00
2020-08-03 21:40:11 +02:00
{% include navigation.html %}
2021-01-07 14:12:43 +01:00
2020-08-03 21:40:11 +02:00
{% include cookie-consent.html %}
{% include scripts.html %}
2020-08-10 13:17:07 +02:00
{% if page.video_path %}
2020-08-10 12:47:49 +02:00
<div class="fullscreen-bg">
2020-11-22 10:49:40 +01:00
<video data-matomo-ignore autoplay muted loop poster="{{ page.image }}" class="fullscreen-bg__video">
2020-09-11 19:02:26 +02:00
<source src="{{ page.video_path }}" type="video/mp4">
</video>
2020-08-10 12:47:49 +02:00
</div>
2020-08-10 13:17:07 +02:00
{% endif %}
2021-01-07 13:24:59 +01:00
<!-- Transparent footer -->
{% if page.image %}
<style>
#main-wrapper {
background-image: url({{ page.image }});
background-attachment: fixed;
background-size: cover;
2021-04-04 20:09:46 +02:00
background-position: center center;
2021-01-07 13:24:59 +01:00
}
</style>
{% endif %}
2021-05-03 16:19:26 +02:00
2020-07-24 14:34:09 +02:00
</body>
2020-08-05 15:54:25 +02:00
</html>