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 3d4f898 add blog for meetup and link to meetup
3d4f898 is described below
commit 3d4f898ef890baa291d37c13e0c5ae82f1f8b2f9
Author: Bridget Bevens <[email protected]>
AuthorDate: Thu May 2 11:17:42 2019 -0700
add blog for meetup and link to meetup
---
blog/_posts/2019-05-02-drill-user-meetup.md | 8 ++++++++
index.html | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/blog/_posts/2019-05-02-drill-user-meetup.md
b/blog/_posts/2019-05-02-drill-user-meetup.md
new file mode 100644
index 0000000..7faae8d
--- /dev/null
+++ b/blog/_posts/2019-05-02-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 2095080..ca76cd6 100755
--- a/index.html
+++ b/index.html
@@ -70,7 +70,7 @@ $(document).ready(function() {
<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="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>
</div>