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 6b74f4d  edit
6b74f4d is described below

commit 6b74f4daebaf553141b70e354836e56a72298e8b
Author: Bridget Bevens <[email protected]>
AuthorDate: Sun Dec 30 00:03:38 2018 -0800

    edit
---
 index.html | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/index.html b/index.html
index f831e8c..2095080 100755
--- a/index.html
+++ b/index.html
@@ -70,12 +70,8 @@ $(document).ready(function() {
   <div class="news">News:
   </div>
   {% assign post = site.categories.blog[0] %}
-  <div><a href="https://t.co/9752ikEZsO";>{% 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="https://www.eventbrite.com/e/apache-drill-developer-day-tickets-52121673328";>{%
 if post.news_title %}{{ post.news_title }}{% else %}{{ post.title }}{% endif 
%}</a><br/><span>({% include authors.html %})</span></div>
-  {% assign post = site.categories.blog[2] %}
   <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[3] %}
+  {% 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>
 <div class="mw introWrapper">

Reply via email to