forked from mendix/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhead.html
More file actions
50 lines (44 loc) · 2.52 KB
/
Copy pathhead.html
File metadata and controls
50 lines (44 loc) · 2.52 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width">
{% include seo.html %}
<link rel="icon" type="image/x-icon" href="https://www.mendix.com/favicon.ico">
<link rel="shortcut icon" href="https://www.mendix.com/favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,300,600,700" rel="stylesheet" type="text/css" />
<link href="https://developers.mendix.com/wp-content/themes/mendix/assets/css/fonts.css" rel="stylesheet" type="text/css" />
<link href="https://developers.mendix.com/wp-content/themes/mendix/assets/css/external-header-footer.css" rel="stylesheet" type="text/css" />
<!--[if lte IE 9]>
<script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script>
<![endif]-->
<script src="//use.typekit.net/ytc8qtv.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
<!-- Custom CSS -->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/lightbox2/2.8.2/css/lightbox.min.css">
{% include asset.html type="css" filename="main.css" %}
{% include asset.html type="css" filename="search_autocomplete.css" %}
<meta name="google-site-verification" content="aMsqgUmbPjh3W_nNVxtQEkUEdMcxM-EULoGHGBDGpYo" />
<link rel="search" type="application/opensearchdescription+xml" href="/search/opensearch.xml" title="Mendix Documentation"/>
{% if jekyll.environment == "production" %}
{% if page.sitemap != false %}{% if page.noindex != true %}<meta name="ROBOTS" content="INDEX, FOLLOW">{% else %}<meta name="ROBOTS" content="NOINDEX, FOLLOW">{% endif %}{% else %}<meta name="ROBOTS" content="NOINDEX, NOFOLLOW">{% endif %}
<script type="text/javascript">
window.__IntercomAppId = "{{ site.intercom.live_id }}"
window.intercomSettings = {
app_id: window.__IntercomAppId
};
</script>
{% include asset.html type="js" filename="intercom.js" %}
{% elsif jekyll.environment == "test" %}
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW">
<script type="text/javascript">
window.__IntercomAppId = "{{ site.intercom.test_id }}"
window.intercomSettings = {
app_id: window.__IntercomAppId
};
</script>
{% include asset.html type="js" filename="intercom.js" %}
{% else %}
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW">
{% endif %}
</head>