basspistol.com/_layouts/default.html

34 lines
1.2 KiB
HTML
Raw Normal View History

2020-07-09 10:15:00 +02:00
---
---
<!DOCTYPE HTML>
<!--
Based on _Story_ by html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
Remixed and Jekyllified by Setto
-->
<html lang="{% if page.lang != site.lang %}{{ page.lang }}{% else %}{{ site.lang }}{% endif %}">
2019-04-01 23:16:35 +02:00
<head>
2020-07-09 10:15:00 +02:00
{% include seo.html %}
2019-12-16 12:12:57 +01:00
{% include relBase.html %}
2020-07-09 10:15:00 +02:00
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<link rel="stylesheet" href="{{ relBase }}/assets/css/main20200519.css" />
2019-11-05 14:39:33 +01:00
2020-07-09 10:15:00 +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" />
<noscript><link rel="stylesheet" href="{{ relBase }}/assets/css/noscript20200518-rev1.css" /></noscript>
2019-04-01 23:16:35 +02:00
</head>
2020-07-09 10:15:00 +02:00
<body class="is-preload" id="body">
<span id="top" style="display: none;"></span>
<!-- Wrapper -->
<div id="wrapper" class="divided">
{{ content }}
2019-04-01 23:16:35 +02:00
</div>
2020-07-09 10:15:00 +02:00
{% include navigation.html %}
{% include scripts.html %}
{% include cookie-consent.html %}
2019-04-01 23:16:35 +02:00
</body>
</html>