You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by br...@apache.org on 2018/08/27 20:30:46 UTC

[drill] branch gh-pages updated: fix space in index page

This is an automated email from the ASF dual-hosted git repository.

bridgetb pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 08632db  fix space in index page
08632db is described below

commit 08632dbd14b94406b6e5fac5676acf35357ef46b
Author: Bridget Bevens <bb...@maprtech.com>
AuthorDate: Mon Aug 27 13:30:05 2018 -0700

    fix space in index page
---
 index.html | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/index.html b/index.html
index b314b1e..7e0209e 100755
--- a/index.html
+++ b/index.html
@@ -62,16 +62,15 @@ $(document).ready(function() {
   <div class="bookRelease">
     <div><i class="fa fa-book fa-lg"></i>
       <a href="https://urldefense.proofpoint.com/v2/url?u=https-3A__amzn.to_2N6FvPy&d=DwMFaQ&c=cskdkSMqhcnjZxdQVpwTXg&r=JHIio7I3eUbbe91YRxcNOw&m=FVOxmSwXwRbEACbYa-aH38YvJ5_op8yng62tr8g-dOQ&s=gKK9ct8VGg0pm2BRRpLzx2sXXxhW0r3i32wugQwJwdI&e=">&nbsp;Learning
-        Apache Drill</a></div>
+        Apache Drill</a>
+		</div>
   </div>
   <div class="news">News:
   </div>
   {% assign post = site.categories.blog[0] %}
-  <div><a href="{{ post.url | prepend: site.baseurl }}">{% if post.news_title %}{{ post.news_title }}{% else %}{{
-    post.title }}{% endif %}</a><br/><span>({% include authors.html %})</span></div>
+  <div><a href="{{ post.url | prepend: site.baseurl }}">{% if post.news_title %}{{ post.news_title }}{% else %}{{ post.title }}{% endif %}</a><br/><span>({% include authors.html %})</span></div>
   {% assign post = site.categories.blog[1] %}
-  <div><a href="{{ post.url | prepend: site.baseurl }}">{% if post.news_title %}{{ post.news_title }}{% else %}{{
-    post.title }}{% endif %}</a><br/><span>({% include authors.html %})</span></div>
+  <div><a href="{{ post.url | prepend: site.baseurl }}">{% if post.news_title %}{{ post.news_title }}{% else %}{{ post.title }}{% endif %}</a><br/><span>({% include authors.html %})</span></div>
 </div>
 
 <div class="mw introWrapper">