mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-14 13:52:17 +00:00
27 lines
1.1 KiB
HTML
27 lines
1.1 KiB
HTML
<meta charset="utf-8">
|
|
<title>{{ block "title" . }}{{ .Site.Title }} - {{ .Title }}{{ end }}</title>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<!-- favicons -->
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
|
<link rel="manifest" href="/site.webmanifest">
|
|
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#b91d47">
|
|
<meta name="msapplication-TileColor" content="#b91d47">
|
|
<meta name="theme-color" content="#ffffff">
|
|
|
|
<script src="https://kit.fontawesome.com/589b48ea08.js"></script>
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
|
|
|
|
<link rel="stylesheet" href="/css/bulma.min.css">
|
|
<link rel="stylesheet" href="/css/leighhack.css" type="text/css">
|
|
|
|
<style>
|
|
@font-face {
|
|
font-family: 'Transport Medium';
|
|
src: url('/fonts/transport-medium.woff2') format('woff2');
|
|
}
|
|
</style>
|