aboutsummaryrefslogtreecommitdiff
path: root/_includes/head.html
blob: 33002b3a1302c4f7e749a66e8ac9a2191e780196 (plain)
1
2
3
4
5
6
7
8
9
10
11
<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <meta name="color-scheme" content="dark light">
  <link rel="stylesheet" type="text/css" href="/stylesheets/main.css">
  <link rel="stylesheet" type="text/css" href="/stylesheets/pygments.css">
  <link rel="icon" href="data:,">
  {%- feed_meta -%}
  <title>{% if page.title %}{{ page.title }} &middot;{% endif %} {{ site.meta_title | escape }}</title>
</head>