-
Notifications
You must be signed in to change notification settings - Fork 95
/
Copy pathhtml-header.html
26 lines (24 loc) · 1.04 KB
/
html-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
24
25
26
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Trino | {%- if page.pretitle -%}{{ page.pretitle }}: {%- endif -%} {{ page.title }} </title>
<meta name="viewport" content="width=device-width">
{%- seo -%}
{% unless page.image %}
<meta property="og:image" content="{{site.url}}/assets/trino-og.png" />
{% endunless %}
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
<!-- Bootstrap core CSS -->
<link href="/assets/css/bootstrap.min.css" rel="stylesheet">
<!-- Material Design Bootstrap -->
<link href="/assets/css/mdb.min.css" rel="stylesheet">
<!-- Your custom styles (optional) -->
<link href="/assets/css/style.css" rel="stylesheet">
<!--<link rel="stylesheet" href="/assets/main.css" type="text/css"/>-->
{%- include google-analytics.html -%}
</head>
<body>