4
4
< link rel ="canonical " href ="{{ page.canonical | absolute_url }} ">
5
5
{%- assign navvar = page.dir | navvar %}
6
6
< title > {% if page.title %}{{ page.title }}{% else %}{% navtitle navvar %}{% endif %} | ArangoDB Documentation</ title >
7
- < meta itemprop ="description " name ="description " content ="{% if page.description %}{{ page.description | truncate: 160 }}{% else %}{{ site.description | truncate: 160 }}{% endif %} " />
8
- < meta name ="robots " content ="{% if page.version.tag == "devel " or site.data.deprecations contains page.version.version %}noindex, nofollow{% else %}index, follow{% endif %}" />
9
- < meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
10
- < meta property ="og:url " content ="{{ page.canonical | absolute_url }} " />
11
- < meta property ="og:title " content ="{% if page.title %}{{ page.title }}{% else %}{% navtitle navvar %}{% endif %} | ArangoDB Documentation " />
12
- < meta property ="og:type " content ="website " />
13
- < meta property ="og:description " content ="{% if page.description %}{{ page.description | truncate: 200 }}{% else %}{{ site.description | truncate: 200 }}{% endif %} " />
7
+ < meta itemprop ="description " name ="description " content ="{% if page.description %}{{ page.description | truncate: 160 | xml_escape }}{% else %}{{ site.description | truncate: 160 | xml_escape }}{% endif %} ">
8
+ < meta name ="robots " content ="{% if page.version.tag == "devel " or site.data.deprecations contains page.version.version %}noindex, nofollow{% else %}index, follow{% endif %}">
9
+ < meta property ="og:url " content ="{{ page.canonical | absolute_url }} ">
10
+ < meta property ="og:title " content ="{% if page.title %}{{ page.title | xml_escape }}{% else %}{% navtitle navvar %}{% endif %} | ArangoDB Documentation ">
11
+ < meta property ="og:type " content ="website ">
12
+ < meta property ="og:description " content ="{% if page.description %}{{ page.description | truncate: 200 | xml_escape }}{% else %}{{ site.description | truncate: 200 | xml_escape }}{% endif %} ">
14
13
14
+ < link rel ="shortcut icon " href ="https://www.arangodb.com/wp-content/uploads/2018/07/www.arangodb.com-favicon.png ">
15
+ < link rel ="stylesheet " href ="{{ "/styles/gitbook/style.css" | relative_url }}">
16
+ < link rel ="stylesheet " href ="{{ "/styles/gitbook/highlight-website.css" | relative_url }}">
17
+ < link rel ="stylesheet " href ="{{ "/styles/gitbook/fontsettings-website.css" | relative_url }}">
18
+ < link rel ="stylesheet " href ="{{ "/styles/website.css" | relative_url }}">
19
+ < link rel ="stylesheet " href ="{{ "/styles/header.css" | relative_url }}">
20
+ < link rel ="stylesheet " href ="{{ "/styles/navbar.css" | relative_url }}">
21
+ < link rel ="stylesheet " href ="{{ "/styles/site.css" | relative_url }}">
22
+ < link rel ="stylesheet " href ="{{ "/styles/pygments-arango.css" | relative_url }}">
23
+ < script src ="{{ "/js/jquery-3.4.0.min.js" | relative_url }}"> </ script >
24
+ < script src ="{{ "/js/site.js" | relative_url }}"> </ script >
25
+
26
+ {%- if jekyll.environment != 'netlify' -%}
15
27
< script async src ="https://www.googletagmanager.com/gtag/js?id=UA-81053435-1 "> </ script >
16
28
< script >
17
29
window . dataLayer = window . dataLayer || [ ] ;
58
70
twq ( 'track' , 'PageView' ) ;
59
71
</ script >
60
72
61
- < script type =" text/javascript " >
73
+ < script >
62
74
_linkedin_partner_id = "499017" ;
63
75
window . _linkedin_data_partner_ids = window . _linkedin_data_partner_ids || [ ] ;
64
76
window . _linkedin_data_partner_ids . push ( _linkedin_partner_id ) ;
65
- </ script > < script type =" text/javascript " >
77
+ </ script > < script >
66
78
( function ( ) { var s = document . getElementsByTagName ( "script" ) [ 0 ] ;
67
79
var b = document . createElement ( "script" ) ;
68
80
b . type = "text/javascript" ; b . async = true ;
81
93
s . parentNode . insertBefore ( zi , s ) ;
82
94
} ) ( ) ;
83
95
</ script >
84
-
85
- < link rel ="shortcut icon " href ="https://www.arangodb.com/wp-content/uploads/2018/07/www.arangodb.com-favicon.png ">
86
- < link rel ="stylesheet " href ="{{ "/styles/gitbook/style.css" | relative_url }}">
87
- < link rel ="stylesheet " href ="{{ "/styles/gitbook/highlight-website.css" | relative_url }}">
88
- < link rel ="stylesheet " href ="{{ "/styles/gitbook/fontsettings-website.css" | relative_url }}">
89
- < link rel ="stylesheet " href ="{{ "/styles/website.css" | relative_url }}">
90
- < link rel ="stylesheet " href ="{{ "/styles/header.css" | relative_url }}">
91
- < link rel ="stylesheet " href ="{{ "/styles/navbar.css" | relative_url }}">
92
- < link rel ="stylesheet " href ="{{ "/styles/site.css" | relative_url }}">
93
- < link rel ="stylesheet " href ="{{ "/styles/pygments-arango.css" | relative_url }}">
94
- < script src ="{{ "/js/jquery-3.4.0.min.js" | relative_url }}"> </ script >
95
- < script src ="{{ "/js/site.js" | relative_url }}"> </ script >
96
- {%- if jekyll.environment == 'production' and site.google_analytics -%}
97
- {%- include google-analytics.html -%}
98
- {%- endif %}
96
+ {%- endif %}
0 commit comments