forked from yavin-dev/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhtmlhead.html
22 lines (20 loc) · 954 Bytes
/
htmlhead.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KX2VKX7X6W"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-KX2VKX7X6W');
</script>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>{{ include.htmlhead.title }}</title>
<!-- Denali Icons -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/denali-icon-font/dist/denali-icon-font.css" />
<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/[email protected]/themes/prism-okaidia.css'>
<!-- Style for this page -->
<link rel="stylesheet" href="{{ site.baseurl }}/assets/styles/main.css" />
<script src='https://cdn.jsdelivr.net/npm/[email protected]/prism.js'></script>
</head>