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 2361a8a  edit index.html
2361a8a is described below

commit 2361a8a2931abf34d7b07953e0f360a81de231b5
Author: bridget <[email protected]>
AuthorDate: Wed Dec 25 22:19:37 2019 -0800

    edit index.html
---
 index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.html b/index.html
index ca76cd6..746a1a1 100755
--- a/index.html
+++ b/index.html
@@ -70,9 +70,9 @@ $(document).ready(function() {
   <div class="news">News:
   </div>
   {% assign post = site.categories.blog[0] %}
-  <div><a 
href="https://www.meetup.com/Bay-Area-Apache-Drill-User-Group/events/260840985/";>{%
 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>
+  {% assign post = site.categories.blog[1] %}
+  <div><a 
href="https://www.meetup.com/Bay-Area-Apache-Drill-User-Group/events/260840985/";>{%
 if post.news_title %}{{ post.news_title }}{% else %}{{ post.title }}{% endif 
%}</a><br/><span>({% include authors.html %})</span></div>
 </div>
 <div class="mw introWrapper">
   <table class="intro" cellpadding="0" cellspacing="0" align="center">

Reply via email to