summaryrefslogtreecommitdiffstats
path: root/blog/_includes/head.html
blob: eac4a092a8a9fb6e5271bf2d971911f8de22c59b (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 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>