|
1 | 1 | <head> |
2 | 2 |
|
3 | | - <meta charset="utf-8"> |
4 | | - <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
5 | | - <meta name="viewport" content="width=device-width, initial-scale=1"> |
6 | | - <meta name="description" content="{{ site.description }}"> |
7 | | - <meta name="author" content="{{ site.author }}"> |
8 | | - <meta name="google-site-verification" content="VJIgsbPgP-hRknYcXCVkjVBR0QZg6MaS-kpa9Gp0XY8" /> |
9 | | - <meta name="msvalidate.01" content="1094FA9F7A148483624E60DBEE3DDC89" /> |
10 | | - |
11 | | - <title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title> |
12 | | - |
13 | | - <!-- Bootstrap Core CSS --> |
14 | | - <link href="css/bootstrap.min.css" rel="stylesheet"> |
15 | | - |
16 | | - <!-- Custom CSS --> |
17 | | - <link href="css/landing-page.css" rel="stylesheet"> |
18 | | - <link href="css/prism.min.css" rel="stylesheet"> |
19 | | - |
20 | | - <!-- Custom Fonts --> |
21 | | - <link href="font-awesome-4.1.0/css/font-awesome.min.css" rel="stylesheet" type="text/css"> |
22 | | - <link href="http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css"> |
23 | | - <link href="fonts/firacode-webfont/FiraCode-Regular.css" rel="stylesheet" type="text/css"/> |
24 | | - |
25 | | - <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> |
26 | | - <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> |
27 | | - <!--[if lt IE 9]> |
| 3 | + <meta charset="utf-8"> |
| 4 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 6 | + <meta name="description" content="{{ site.description }}"> |
| 7 | + <meta name="author" content="{{ site.author }}"> |
| 8 | + <meta name="google-site-verification" content="VJIgsbPgP-hRknYcXCVkjVBR0QZg6MaS-kpa9Gp0XY8" /> |
| 9 | + <meta name="msvalidate.01" content="1094FA9F7A148483624E60DBEE3DDC89" /> |
| 10 | + |
| 11 | + <title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title> |
| 12 | + |
| 13 | + <!-- Bootstrap Core CSS --> |
| 14 | + <link href="css/bootstrap.min.css" rel="stylesheet"> |
| 15 | + |
| 16 | + <!-- Custom CSS --> |
| 17 | + <link href="css/landing-page.css" rel="stylesheet"> |
| 18 | + <link href="css/prism.min.css" rel="stylesheet"> |
| 19 | + |
| 20 | + <!-- Custom Fonts --> |
| 21 | + <link href="font-awesome-4.1.0/css/font-awesome.min.css" rel="stylesheet" type="text/css"> |
| 22 | + <link href="http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css"> |
| 23 | + <link href="fonts/firacode-webfont/FiraCode-Regular.css" rel="stylesheet" type="text/css" /> |
| 24 | + |
| 25 | + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> |
| 26 | + <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> |
| 27 | + <!--[if lt IE 9]> |
28 | 28 | <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> |
29 | 29 | <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> |
30 | 30 | <![endif]--> |
31 | 31 |
|
| 32 | + <script> |
| 33 | + (function(i, s, o, g, r, a, m) { |
| 34 | + i['GoogleAnalyticsObject'] = r; |
| 35 | + i[r] = i[r] || function() { |
| 36 | + (i[r].q = i[r].q || []).push(arguments) |
| 37 | + }, i[r].l = 1 * new Date(); |
| 38 | + a = s.createElement(o), |
| 39 | + m = s.getElementsByTagName(o)[0]; |
| 40 | + a.async = 1; |
| 41 | + a.src = g; |
| 42 | + m.parentNode.insertBefore(a, m) |
| 43 | + })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga'); |
| 44 | + ga('create', 'UA-44377274-8', 'auto'); |
| 45 | + ga('send', 'pageview'); |
| 46 | + </script> |
| 47 | + |
32 | 48 | </head> |
0 commit comments