| <!-- |
| * Licensed to the Apache Software Foundation (ASF) under one |
| * or more contributor license agreements. See the NOTICE file |
| * distributed with this work for additional information |
| * regarding copyright ownership. The ASF licenses this file |
| * to you under the Apache License, Version 2.0 (the |
| * "License"); you may not use this file except in compliance |
| * with the License. You may obtain a copy of the License at |
| * |
| * http://www.apache.org/licenses/LICENSE-2.0 |
| * |
| * Unless required by applicable law or agreed to in writing, software |
| * distributed under the License is distributed on an "AS IS" BASIS, |
| * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| * See the License for the specific language governing permissions and |
| * limitations under the License. |
| --> |
| |
| <head> |
| <meta charset="utf-8"> |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| <meta name="viewport" content="width=device-width, initial-scale=1"> |
| |
| <title>Apache Kylin | {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title> |
| <meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}"> |
| <meta name="author" content="Apache Kylin"> |
| <link rel="shortcut icon" href="/fav.png" type="image/png"> |
| |
| |
| |
| <link rel="stylesheet" href="{{ "/assets/css/animate.css"| prepend: site.baseurl }}"> |
| <!-- Bootstrap --> |
| <link rel="stylesheet" href="{{ "/assets/css/bootstrap.min.css"| prepend: site.baseurl }}"> |
| |
| <!-- Fonts --> |
| <!-- <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Alice|Open+Sans:400,300,700"> --> |
| |
| <!-- Icons --> |
| <link rel="stylesheet" href="{{ "/assets/css/font-awesome.min.css"| prepend: site.baseurl }}"> |
| |
| <!-- Custom styles --> |
| <link rel="stylesheet" href="{{ "/assets/css/styles.css" | prepend: site.baseurl }}"> |
| <link rel="stylesheet" href="{{ "/assets/css/docs.css" | prepend: site.baseurl }}"> |
| <link rel="stylesheet" href="{{ "/assets/css/pygments.css" | prepend: site.baseurl }}"> |
| |
| <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}"> |
| <link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" /> |
| |
| <!--[if lt IE 9]> <script src="assets/js/html5shiv.js"></script> <![endif]--> |
| <!-- Global site tag (gtag.js) - Google Analytics --> |
| <script async src="https://www.googletagmanager.com/gtag/js?id=UA-120788561-1"></script> |
| <script> |
| window.dataLayer = window.dataLayer || []; |
| function gtag(){dataLayer.push(arguments);} |
| gtag('js', new Date()); |
| |
| gtag('config', 'UA-120788561-1'); |
| </script> |
| <script type="text/javascript" src="/assets/js/jquery-1.9.1.min.js"></script> |
| <script type="text/javascript" src="/assets/js/nside.js"></script> </script> |
| <script type="text/javascript" src="/assets/js/nnav.js"></script> </script> |
| <script> |
| var _hmt = _hmt || []; |
| (function() { |
| var hm = document.createElement("script"); |
| hm.src = "https://hm.baidu.com/hm.js?bdc5e03add430c0b72cc0eb91eabfa99"; |
| var s = document.getElementsByTagName("script")[0]; |
| s.parentNode.insertBefore(hm, s); |
| })(); |
| </script> |
| |
| </head> |