<!– Common metas –> <meta charset=“utf-8”> <meta name=“viewport” content=“width=device-width, initial-scale=1, shrink-to-fit=no”> <meta http-equiv=“x-ua-compatible” content=“ie=edge”> <meta name=“description” content=“{{ page.excerpt | default: page.description | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape }}”> <meta name=“robots” content=“{{ site.meta.robots | default: 'index, follow' }}” /> {% if site.meta.keywords %} <meta name=“keywords” itemprop=“keywords” content=“{{ site.meta.keywords }}” /> {% endif %} <meta name=“generator” content=“Jekyll v{{ jekyll.version }}” />
<!– Opengraph metas –> {% include opengraph.html %}
<!–
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.4/css/bootstrap.min.css" integrity="sha384-2hfp1SzUoho7/TsGGGDaFdsuuDL0LX2hnUp6VkX3CUQ2K4K+xjboZdsXyp4oUHZj" crossorigin="anonymous">
–> <link rel=“stylesheet” href=“//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css”> <link rel=“stylesheet” href=“//{{ site.url }}/css/main.css” /> <link rel=“canonical” href=“//{{ site.url }}{{ page.url }}” /> <link rel=“alternate” type=“application/atom+xml” title=“{{ site.title }}” href=“//{{ site.url }}/feed.xml” />
{% for css in site.extra_css %} <link rel=“stylesheet” href=“{{ site.url }}/{{ css }}” /> {% endfor %}
{% if site.google_analytics %}
{% include analytics.html %}
{% endif %}
<title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>