aboutsummaryrefslogtreecommitdiff
path: root/_includes/head.html
blob: 2725b64760bd2bb53267b9dde832fdb215c062b5 (plain)
1
2
3
4
5
6
7
8
9
10
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <meta name="color-scheme" content="dark light" />
  <title>{{ site.title }}: {{ page.title }}</title>
  <meta name="description" content="{{ site.description }}" />
  <link rel="shortcut icon" href="{{ site.baseurl }}/favicon.png" />
  <link rel="alternate" type="application/atom+xml" title="{{ site.title }}" href="{{ site.baseurl }}/atom.xml" />
  <link rel="stylesheet" href="{{ site.baseurl }}/style.css" />
</head>