summaryrefslogtreecommitdiffstats
path: root/blog/_includes/head.html
blob: 1d66aa81db2564b0aed9cea87b76da81ab0f1ffb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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 page.title %}
     {% endif %}
   </title>
   <meta name="description" content="{{ site.description }}">
   <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl_root | prepend: site.url }}">
   {% stylesheet main %}
</head>