forked from pytorch/pytorch.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhead.html
26 lines (26 loc) · 1.13 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.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="shortcut icon" type="image/x-icon" href="{{ site.baseurl }}/favicon.ico?">
<title>
{% if page.title %}
{{ page.title }} | PyTorch
{% else %}
PyTorch
{% endif %}
</title>
{% include open_graph_tags.html %}
<link rel="stylesheet" href="{{ site.baseurl }}/assets/main.css">
<script src="{{ site.baseurl }}/assets/vendor/jquery.min.js"></script>
<script src="{{ site.baseurl }}/assets/vendor/popper.min.js"></script>
<script src="{{ site.baseurl }}/assets/vendor/bootstrap.min.js"></script>
<script src="{{ site.baseurl }}/assets/vendor/anchor.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
{% if jekyll.environment == 'production' %}
{% include analytics.html %}
{% include pixel.html %}
{% include google_tag.html %}
{% endif %}
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
</head>