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 2639bb5  Added User meetup link
2639bb5 is described below

commit 2639bb5837feabcc3116e6892f05789a5994b6e4
Author: dvjyothsna <[email protected]>
AuthorDate: Tue Nov 6 11:45:32 2018 -0800

    Added User meetup link
---
 blog/_posts/2018-10-16-drill-user-meetup.md | 8 ++++++++
 index.html                                  | 4 +++-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/blog/_posts/2018-10-16-drill-user-meetup.md 
b/blog/_posts/2018-10-16-drill-user-meetup.md
new file mode 100644
index 0000000..7faae8d
--- /dev/null
+++ b/blog/_posts/2018-10-16-drill-user-meetup.md
@@ -0,0 +1,8 @@
+---
+layout: post
+title: "Drill User Meetup 2018"
+code:
+excerpt: Drill User Meetup coming soon.
+authors: ["bbevens"]
+date: 2018-10-16 19:18:04 UTC
+---
diff --git a/index.html b/index.html
index e0b90d4..f831e8c 100755
--- a/index.html
+++ b/index.html
@@ -72,9 +72,11 @@ $(document).ready(function() {
   {% 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="{{ 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="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] %}
+  <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">
   <table class="intro" cellpadding="0" cellspacing="0" align="center">

Reply via email to