-
Notifications
You must be signed in to change notification settings - Fork 8
/
head.html
26 lines (24 loc) · 1.67 KB
/
head.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="{{ "/assets/css/app.css" | absolute_url }}?v={{ site.time | date:'%s' }}">
<!-- [favicon] -->
<link rel="apple-touch-icon" sizes="180x180" href="{{ "/assets/favicons/apple-touch-icon.png?v=Gv63MLlwnz" | absolute_url }}">
<link rel="icon" type="image/png" sizes="32x32" href="{{ "/assets/favicons/favicon-32x32.png?v=Gv63MLlwnz" | absolute_url }}">
<link rel="icon" type="image/png" sizes="16x16" href="{{ "/assets/favicons/favicon-16x16.png?v=Gv63MLlwnz" | absolute_url }}">
<link rel="manifest" href="{{ "/assets/favicons/site.webmanifest?v=Gv63MLlwnz" | absolute_url }}">
<link rel="mask-icon" href="{{ "/assets/favicons/safari-pinned-tab.svg?v=Gv63MLlwnz" | absolute_url }}" color="#1f65b0">
<link rel="shortcut icon" href="{{ "/assets/favicons/favicon.ico?v=Gv63MLlwnz" | absolute_url }}">
<meta name="msapplication-TileColor" content="#2d89ef">
<meta name="msapplication-TileImage" content="{{ "/assets/favicons/mstile-144x144.png?v=Gv63MLlwnz" | absolute_url }}">
<meta name="msapplication-config" content="{{ "/assets/favicons/browserconfig.xml?v=Gv63MLlwnz" | absolute_url }}">
<meta name="theme-color" content="#1f65b0">
<!-- [/favicon] -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bulma-carousel.min.css" rel="stylesheet">
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
{% seo %}
{%- if site.google_analytics -%}
{%- include google-analytics.html -%}
{%- endif -%}
{%- include head-scripts.html -%}
</head>