-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhead.html
22 lines (22 loc) · 949 Bytes
/
head.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<head>
{%- if site.gtm -%}
{%- include gtm-head_{{jekyll.environment}}.html -%}
{%- elsif jekyll.environment == 'production' and site.google_analytics -%}
{%- include google-analytics.html -%}
{%- endif -%}
{%- include favicon.html %}
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
{%- seo -%}
<link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
<link rel="stylesheet" href="{{ "/assets/css/aside.css" | relative_url }}">
<link rel="stylesheet" href="{{ "/assets/css/external-embed.css" | relative_url }}">
{%- if jekyll.environment == 'development' -%}
<script src="http://localhost:35729/livereload.js"></script>
{%- endif -%}
{%- feed_meta -%}
<!-- Custom additional head -->
{%- include custom.html %}
<!-- End Custom head -->
</head>