19 lines
773 B
HTML
19 lines
773 B
HTML
<head>
|
|
<meta charset="utf-8">
|
|
<title>{{ if not .IsHome }}{{ .Title }} - {{ end }}{{ .Site.Title }}</title>
|
|
<meta name="description" content="MT_DESC">
|
|
<meta name="author" content="MT_AUTHOR">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;600&display=swap" rel="stylesheet">
|
|
|
|
<link rel="stylesheet" href="/css/normalize.css">
|
|
<link rel="stylesheet" href="/css/skeleton.css">
|
|
<link rel="stylesheet" href="/css/mineral.css">
|
|
|
|
<link rel="icon" type="image/png" href="/images/favicon.png">
|
|
|
|
</head> |