scim-docs/themes/Indiiie/layouts/partials/head.html

16 lines
1 KiB
HTML
Raw Permalink Normal View History

2024-08-29 10:10:19 +00:00
<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 }}
2024-09-05 08:49:38 +00:00
<script src="{{ "js/script.js" | relURL }}?rnd={{ now.Unix }}"></script>
<link rel="stylesheet" type="text/css" href="{{ "css/style.css" | relURL }}?rnd={{ now.Unix }}" />
2024-09-17 20:40:14 +00:00
<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">