-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhead.html
More file actions
15 lines (15 loc) · 750 Bytes
/
head.html
File metadata and controls
15 lines (15 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#fdfdfd">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#181818">
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
<link rel="icon" href="{{ site.icon | default: 'data:;base64,=' }}">
{% feed_meta %}
<link type="application/feed+json" rel="alternate" href="{{ '/feed.json' | relative_url }}" title="{{ site.title | escape }}">
{% seo %}
{%- if jekyll.environment == 'production' and site.jekyll-theme-mnc.analytics -%}
{% include analytics.html %}
{%- endif -%}
{% include custom-head.html %}
</head>