-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.html
23 lines (22 loc) · 1.64 KB
/
header.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en" class="h-100">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>CLARIAH Media Suite{% if page.title %} - {{ page.title }}{% endif %}</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Maven+Pro:wght@500;600;700&family=Open+Sans:wght@400;500;600&display=swap" rel="stylesheet">
<link href="{{ '/assets/css/main.css' | relative_url }}" rel="stylesheet">
<link rel="icon" href="{{ '/favicon.png' | relative_url }}">
<link rel="apple-touch-icon" sizes="48x48" href="{{ '/assets/img/icons/icon-48x48.png' | relative_url }}">
<link rel="apple-touch-icon" sizes="72x72" href="{{ '/assets/img/icons/icon-72x72.png' | relative_url }}">
<link rel="apple-touch-icon" sizes="96x96" href="{{ '/assets/img/icons/icon-96x96.png' | relative_url }}">
<link rel="apple-touch-icon" sizes="144x144" href="{{ '/assets/img/icons/icon-144x144.png' | relative_url }}">
<link rel="apple-touch-icon" sizes="192x192" href="{{ '/assets/img/icons/icon-192x192.png' | relative_url }}">
<link rel="apple-touch-icon" sizes="256x256" href="{{ '/assets/img/icons/icon-256x256.png' | relative_url }}">
<link rel="apple-touch-icon" sizes="384x384" href="{{ '/assets/img/icons/icon-384x384.png' | relative_url }}">
<link rel="apple-touch-icon" sizes="512x512" href="{{ '/assets/img/icons/icon-512x512.png' | relative_url }}">
</head>
<body{% if page.id %} id="{{ page.id }}"{% endif %} class="d-flex flex-column h-100">
{% include nav_header.html %}