44 lines
2 KiB
HTML
44 lines
2 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
{% include seo.html %}
|
||
|
|
<title>{{ site.title }}</title>
|
||
|
|
<link rel="icon" href="{{ '/assets/images/butter-favicon-120.png' | relative_url }}" type="image/png" />
|
||
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css" integrity="sha512-yHknP1/AwR+yx26cB1y0cjvQUMvEa2PFzt1c9LlS4pRQ5NOTZFWbhBig+X9G9eYW/8m0/4OXNx8pxJ6z57x0dw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||
|
|
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style.css" />
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<main class="main-area">
|
||
|
|
|
||
|
|
{{ content }}
|
||
|
|
|
||
|
|
</main>
|
||
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js" integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
||
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.js" integrity="sha512-XtmMtDEcNz2j7ekrtHvOVR4iwwaD6o/FUJe6+Zq+HgcCsk3kj4uSQQR8weQ2QVj1o0Pk6PwYLohm206ZzNfubg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
||
|
|
<script src="{{ site.baseurl }}/assets/js/micromodal.min.js"></script>
|
||
|
|
<script src="{{ site.baseurl }}/assets/js/main.js"></script>
|
||
|
|
|
||
|
|
|
||
|
|
<!-- Matomo -->
|
||
|
|
<script>
|
||
|
|
var _paq = window._paq = window._paq || [];
|
||
|
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||
|
|
_paq.push(['trackPageView']);
|
||
|
|
_paq.push(['enableLinkTracking']);
|
||
|
|
(function() {
|
||
|
|
var u="//metrics.cleaninsights.org/";
|
||
|
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||
|
|
_paq.push(['setSiteId', '20']);
|
||
|
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||
|
|
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||
|
|
})();
|
||
|
|
</script>
|
||
|
|
<!-- End Matomo Code -->
|
||
|
|
|
||
|
|
|
||
|
|
</body>
|
||
|
|
</html>
|