-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathhead.html
More file actions
executable file
·17 lines (16 loc) · 908 Bytes
/
head.html
File metadata and controls
executable file
·17 lines (16 loc) · 908 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="google-site-verification" content="ckvdwsStk3fVdIYn7ZyP_y3qKjn3ONsuk6nj-hEnDbg" />
{%- seo -%}
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
{%- feed_meta -%}
{%- if jekyll.environment == 'production' and site.google_analytics -%}
{%- include google-analytics.html -%}
{%- endif -%}
<link rel="icon" type="image/png" sizes="32x32" href="{{ "/assets/images/favicon-32x32.png" | relative_url }}">
<link rel="icon" type="image/png" sizes="16x16" href="{{ "/assets/images/favicon-16x16.png" | relative_url }}">
<link rel="mask-icon" href="{{ "/assets/icons/bwicon.svg" | relative_url }}" color="#0079AF">
</head>