<head>

<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>{{ site.title }}</title>
<meta name="viewport" content="width=device-width">
<meta name="description" content="{{ site.description }}">
<meta name="keywords" content="{{ site.keywords }}" />
{% if site.meta_author %}<meta name="author" content="{{ site.meta_author }}">{% endif %}
<link rel="shortcut icon" type="image/png" href="{{ favicon.ico | relative_url}}">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl }}">
<link rel="alternate" type="application/rss+xml" title="RSS" href="/feed.xml">

<!-- Custom CSS & Bootstrap Core CSS - Uses Bootswatch Flatly Theme: http://bootswatch.com/flatly/ -->
<link rel="stylesheet" href="{{ 'style/bootstrap.min.css' | relative_url }}">
<link rel="stylesheet" href="{{ 'style/main.css' | relative_url }}">
{% include js.html %}

<!-- Font Awesome 5.14 -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css" rel="stylesheet">

</head>