29 lines
823 B
HTML
Executable File
29 lines
823 B
HTML
Executable File
<meta charset="utf-8">
|
|
<title>{{.Title | default site.Title}}</title>
|
|
|
|
<!-- responsive meta -->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5" />
|
|
|
|
<!-- theme meta -->
|
|
<meta name="theme-name" content="StartIT" />
|
|
|
|
<!-- favicon -->
|
|
{{ partialCached "favicon" .}}
|
|
|
|
<!-- manifest -->
|
|
{{ partialCached "manifest" . }}
|
|
|
|
<!-- site verifications -->
|
|
{{ partialCached "site-verifications.html" . }}
|
|
|
|
<!-- opengraph and twitter card -->
|
|
{{ partial "basic-seo.html" . }}
|
|
|
|
<!-- custom script -->
|
|
{{ partialCached "custom-script.html" . }}
|
|
|
|
<!-- Crisp Chat -->
|
|
{{ partialCached "crisp-chat.html" . }}
|
|
|
|
<!-- Plausible -->
|
|
<script defer data-domain="start-it.nl" src="https://stats.start-it.nl/js/script.file-downloads.outbound-links.tagged-events.js" preconnect></script> |