50 lines
1.9 KiB
HTML
50 lines
1.9 KiB
HTML
<head>
|
|
<meta charset="utf-8" />
|
|
<title>{{ .Title }}</title>
|
|
<!-- mobile responsive meta -->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
|
|
|
{{ "<!-- Themify -->" | safeHTML }}
|
|
<link rel="stylesheet" href="{{ "themify/themify.css" | absURL }}">
|
|
|
|
{{ "<!-- Critical CSS -->" | safeHTML }}
|
|
{{ $stylex := resources.Get "scss/critical.scss" | resources.ToCSS | minify }}
|
|
<link href="{{ $stylex.Permalink }}" rel="stylesheet" />
|
|
|
|
{{ "<!--Favicon-->" | safeHTML }}
|
|
<link rel="shortcut icon" href="{{ "images/favicon.ico" | absURL }}" type="image/x-icon" />
|
|
<link rel="icon" href="{{ "images/favicon.ico" | absURL }}" type="image/x-icon" />
|
|
{{ with site.Params.googleAnalytics }}
|
|
{{ "<!-- Google Analytics -->" | safeHTML }}
|
|
{{ end }}
|
|
|
|
<!-- Plausible script -->
|
|
<script defer data-domain="federated.computer" src="https://plausible.io/js/script.js">
|
|
</script>
|
|
|
|
<!-- Google tag (gtag.js) -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-11326734572"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'AW-11326734572');
|
|
</script>
|
|
|
|
<!-- FreeScout BEGIN -->
|
|
<script>var FreeScoutW={s:{"color":"#0068bd","position":"br","id":401123151}};(function(d,e,s){if(d.getElementById("freescout-w"))return;a=d.createElement(e);m=d.getElementsByTagName(e)[0];a.async=1;a.id="freescout-w";a.src=s;m.parentNode.insertBefore(a, m)})(document,"script","https://support.federated.computer/modules/chat/js/widget.js?v=3115");</script>
|
|
<!-- FreeScout END -->
|
|
|
|
<!-- Twitter conversion tracking event code -->
|
|
<script type="text/javascript">
|
|
// Insert Twitter Event ID
|
|
twq('event', 'tw-ogjuo-ogqd0', {
|
|
});
|
|
</script>
|
|
<!-- End Twitter conversion tracking event code -->
|
|
|
|
|
|
</head>
|