You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2018/11/06 23:48:14 UTC

[GitHub] bbevens closed pull request #1526: Md 4946: Added Developer Day and User Meet-up links

bbevens closed pull request #1526: Md 4946: Added Developer Day and User Meet-up links
URL: https://github.com/apache/drill/pull/1526
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

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 00000000000..7faae8dce0a
--- /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 e0b90d4bd20..f831e8cdb2c 100755
--- a/index.html
+++ b/index.html
@@ -72,9 +72,11 @@ <h2 id="sub-headline">Schema-free SQL Query Engine <br class="mobile-break" />fo
   {% 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">


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services