-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathhead.html
More file actions
24 lines (18 loc) · 1.1 KB
/
head.html
File metadata and controls
24 lines (18 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<head>
<meta charset="utf-8">
<title>{% if page.title %}{{ page.title }} | {% endif %}{{ site.title }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="{{ site.description }}">
<meta name="keywords" content="PyCon India, PyCon, Conference" />
<!-- Open Graph Meta -->
<meta property="og:title" content="{% if page.title %}{{ page.title }} | {% endif %}{{ site.title }}" />
<meta property="og:description" content="{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}" />
<meta property="og:url" content="https://in.pycon.org/2019{{page.url}}" />
<meta property="og:image" itemprop="image" content="https://in.pycon.org/{% asset logo-small.png @path %}" />
<meta property="og:type" content="article" />
<link rel="shortcut icon" href="{% asset favicon.png @path %}">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Muli:400,600,700">
{% asset bootstrap.min.css %}
{% asset styles.css %}
{% asset animate.css %}
</head>