blob: 0cb39522d2f292f3c12bd6ed11867dcf8c3792a9 [file]
<!--
* 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.
-->
<!doctype html>
<html>
{% include head.html %}
<body>
{% include header.html %}
<div class="page-content main">
<header style=" padding:2em 0 0 ">
<div class="container" >
<div style=" padding:0 4em">
<div class="blog-icon">
<img width="30" src="{{"/assets/images/icon_blog_w.png" | prepend: site.baseurl}}">
</div>
<h4 class="index-title" style=" float:left;"><span>Apache Kylin™ Technical Blog</span></h4>
</div>
</div>
</div>
<div class="container blog">
<div>
<article class="post-content" >
{{ content }}
</article>
</div>
</div>
{% include footer.html %}
<script src="/assets/js/jquery-1.9.1.min.js"></script>
<script src="/assets/js/bootstrap.min.js"></script>
<script src="/assets/js/main.js"></script>
</body>
</html>