setto.basspistol.com/_layouts/default.html

41 lines
1.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-07-24 14:34:09 +02:00
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
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" />
<link rel="stylesheet" href="{{ relBase }}/assets/css/main.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" />
2020-08-03 21:40:11 +02:00
<noscript><link rel="stylesheet" href="{{ relBase }}/assets/css/noscripts.css" /></noscript>
2020-07-24 14:34:09 +02:00
</head>
2020-08-03 21:40:11 +02:00
<body>
<!-- Wrapper -->
<div id="main-wrapper">
{{ content }}
<!-- Footer -->
{% unless page.collection == 'tracks' %}
{% include footer.html %}
{% endunless %}
<!-- END Footer -->
</div>
<!-- END Wrapper -->
{% unless page.collection == 'traks' %}
{% include navigation.html %}
{% endunless %}
{% include cookie-consent.html %}
{% include scripts.html %}
2020-07-24 14:34:09 +02:00
</body>
</html>