summaryrefslogtreecommitdiffstats
path: root/blog/_includes/head.html
blob: 08367a9773662f291165d67df56c8afd40ce95ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<head>
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
   <title>
     {{ site.title }}
     {% if page.title %}
       - {{ page.title }}
     {% endif %}
   </title>
   <meta name="description" content="{{ site.description }}">
   {% include opengraph.html %}
   <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl_root | prepend: site.url }}">
   {% stylesheet main %}
</head>