2017-03-10 05:20:17 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
2018-10-03 07:29:50 +00:00
|
|
|
{% seo %}
|
2017-03-10 05:20:17 +00:00
|
|
|
|
|
|
|
<!-- CSS -->
|
2018-01-08 12:23:56 +00:00
|
|
|
<link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
|
2017-03-11 05:09:18 +00:00
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700">
|
2017-12-19 14:59:56 +00:00
|
|
|
|
|
|
|
<!-- Favicon -->
|
2018-01-08 12:23:56 +00:00
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="{{ "/assets/favicon-32x32.png" | relative_url }}">
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="{{ "/assets/favicon-16x16.png" | relative_url }}">
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="{{ "/assets/apple-touch-icon.png" | relative_url }}">
|
2018-06-30 18:46:26 +00:00
|
|
|
|
|
|
|
<!-- RSS -->
|
|
|
|
{% feed_meta %}
|
2018-10-03 07:29:50 +00:00
|
|
|
|
|
|
|
<!-- Google Analytics-->
|
|
|
|
{% if site.google_analytics and jekyll.environment == 'production' %}
|
|
|
|
{% include analytics.html %}
|
|
|
|
{% endif %}
|
2017-03-10 05:20:17 +00:00
|
|
|
</head>
|