aboutsummaryrefslogtreecommitdiff
path: root/_includes/head.html
blob: 90135d43cf3c36f032df504f8da593b82c280708 (plain)
1
2
3
4
5
6
7
8
9
10
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <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>