-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathhead.html
More file actions
13 lines (13 loc) · 950 Bytes
/
head.html
File metadata and controls
13 lines (13 loc) · 950 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ .Site.Title }}</title>
<meta content="{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Section }} - {{ .Site.Title }}{{ end }}" property="og:title">
<meta name="theme-color" content="#FF4F00">
<link rel="icon" type="image/svg+xml" href={{ "logo.svg" | absURL }} />
<!-- Website by Kiefer Skunkworks ~ https://jameskiefer.com -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href={{ "css/type.css" | absURL }}>
<link rel="stylesheet" href={{ "css/style.css" | absURL }}>
<link rel="stylesheet" href={{ "css/print.css" | absURL }} media="print">