|
| 1 | +<head> |
| 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=""> |
| 7 | + <meta name="author" content=""> |
| 8 | + |
| 9 | + <title>{{ site.title }} {% if page.title %}| {{ page.title }}{% endif %}</title> |
| 10 | + <meta property="og:title" content="Project Jupyter" /> |
| 11 | + <meta property="og:description" content="{{ site.description }}" /> |
| 12 | + <meta name="description" content="{{ site.description }}"> |
| 13 | + <meta property="og:url" content="http://www.jupyter.org" /> |
| 14 | + <meta property="og:image" content="http://jupyter.org/assets/homepage.png" /> |
| 15 | + <!-- Bootstrap Core CSS --> |
| 16 | + <link rel="stylesheet" href="{{ "/css/bootstrap.min.css" | prepend: site.baseurl }}"> |
| 17 | + <link rel="stylesheet" href="{{ "/css/logo-nav.css" | prepend: site.baseurl }}"> |
| 18 | + <link rel="icon" type="image/png" href="favicon.ico" /> |
| 19 | + <link href="{{site.baseurl}}/assets/apple-touch-icon.png" rel="apple-touch-icon" /> |
| 20 | + <link href="{{site.baseurl}}/assets/apple-touch-icon-76x76.png" rel="apple-touch-icon" sizes="76x76" /> |
| 21 | + <link href="{{site.baseurl}}/assets/apple-touch-icon-120x120.png" rel="apple-touch-icon" sizes="120x120" /> |
| 22 | + <link href="{{site.baseurl}}/assets/apple-touch-icon-152x152.png" rel="apple-touch-icon" sizes="152x152" /> |
| 23 | + <link href="{{site.baseurl}}/assets/apple-touch-icon-180x180.png" rel="apple-touch-icon" sizes="180x180" /> |
| 24 | + <link href="{{site.baseurl}}/assets/icon-hires.png" rel="icon" sizes="192x192" /> |
| 25 | + <link href="{{site.baseurl}}/assets/icon-normal.png" rel="icon" sizes="128x128" /> |
| 26 | + <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}"> |
| 27 | + |
| 28 | + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> |
| 29 | + <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> |
| 30 | + <!--[if lt IE 9]> |
| 31 | + <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> |
| 32 | + <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> |
| 33 | + <![endif]--> |
| 34 | + <script src="//use.typekit.net/kpd5yrh.js"></script> |
| 35 | + <script>try{Typekit.load();}catch(e){}</script> |
| 36 | + <script> |
| 37 | + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
| 38 | + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
| 39 | + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
| 40 | + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
| 41 | + |
| 42 | + ga('create', 'UA-52617120-1', 'auto'); |
| 43 | + ga('send', 'pageview'); |
| 44 | + |
| 45 | + </script> |
| 46 | +</head> |
| 47 | + |
0 commit comments