scim-docs/themes/Indiiie/layouts/partials/head.html
2024-09-17 22:40:14 +02:00

15 lines
1 KiB
HTML

<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">
<meta name="robots" content="index, follow">
<title>{{ .Site.Title }}</title>
<meta name="description" content="{{ .Site.Params.Description }}">
<meta name="author" content="{{ .Site.Author.Name }}">
{{- hugo.Generator }}
<script src="{{ "js/script.js" | relURL }}?rnd={{ now.Unix }}"></script>
<link rel="stylesheet" type="text/css" href="{{ "css/style.css" | relURL }}?rnd={{ now.Unix }}" />
<link rel="preload" href="{{ "fonts/SourceCodePro-Italic.ttf" | relURL }}" as="font" type="font/ttf" crossorigin="anonymous">
<link rel="preload" href="{{ "fonts/SourceCodePro-Regular.ttf" | relURL }}" as="font" type="font/ttf" crossorigin="anonymous">
<link rel="preload" href="{{ "fonts/SourceCodePro-Black.ttf" | relURL }}?" as="font" type="font/ttf" crossorigin="anonymous">
<link rel="preload" href="{{ "fonts/SourceCodePro-SemiBold.ttf" | relURL }}" as="font" type="font/ttf" crossorigin="anonymous">