- Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathhead.html
executable file
·18 lines (15 loc) · 1.11 KB
/
head.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<metacharset="utf-8" />
<metaname="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<title>{{ page.title }}</title>
<metaname="description" content="{{ page.description }}">
<linkrel="apple-touch-icon" sizes="180x180" href="{{ "/assets/icon/apple-touch-icon.png" | absolute_url }}">
<linkrel="icon" type="image/png" sizes="32x32" href="{{ "/assets/icon/favicon-32x32.png" | absolute_url }}">
<linkrel="icon" type="image/png" sizes="16x16" href="{{ "/assets/icon/favicon-16x16.png" | absolute_url }}">
<linkrel="manifest" href="{{ "/assets/icon/manifest.json" | absolute_url }}">
<linkrel="mask-icon" href="{{ "/assets/icon/safari-pinned-tab.svg" | absolute_url }}" color="#5bbad5">
<linkrel="shortcut icon" href="{{ "/assets/icon/favicon.ico" | absolute_url }}">
<metaname="msapplication-config" content="{{ "/assets/icon/browserconfig.xml" | absolute_url }}">
<metaname="theme-color" content="#ffffff">
<!-- CSS -->
<linkrel="stylesheet" href="{{ "/assets/css/main.css" | absolute_url }}" />
<noscript><linkrel="stylesheet" href="{{ "/assets/css/noscript.css" | absolute_url }}" /></noscript>