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 5fce5f1 edit index page for meetup 2019
5fce5f1 is described below
commit 5fce5f164974273331a12c38e6db4593def0208f
Author: Bridget Bevens <bbevens@maprtech.com>
AuthorDate: Thu May 2 12:06:07 2019 -0700
edit index page for meetup 2019
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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>
|