39 lines
1.4 KiB
HTML
39 lines
1.4 KiB
HTML
<!Doctype HTML>
|
|
<html lang="de">
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
<meta name="robots" content="nofollow" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
<meta name="color-scheme" content="dark light" />
|
|
<meta name="theme-color" content="rgb(242,241,245)" media="(prefers-color-scheme: light)" />
|
|
<meta name="theme-color" content="#000" media="(prefers-color-scheme: dark)" />
|
|
<meta name="description" content="{{ .Site.Params.meta.description }}" />
|
|
<meta name="keywords" content="{{ .Site.Params.meta.keywords }}" />
|
|
<link rel="stylesheet" href="/css/vanilla.css" />
|
|
|
|
<title>{{ .Site.Title }} {{ with .Title }} | {{ . }} {{ end }}</title>
|
|
<!-- Matomo -->
|
|
<script>
|
|
var _paq = window._paq = window._paq || [];
|
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
|
_paq.push(["setDoNotTrack", true]);
|
|
_paq.push(["disableCookies"]);
|
|
_paq.push(['trackPageView']);
|
|
_paq.push(['enableLinkTracking']);
|
|
(function() {
|
|
var u="//click.vanilla.engineering/";
|
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
|
_paq.push(['setSiteId', '1']);
|
|
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 -->
|
|
</head>
|
|
<body>
|
|
<div id="outerwrapper">
|
|
|
|
<!--
|
|
<div class="skiplink"><a href="#skipmain">Zum Inhalt springen</a></div>
|
|
-->
|