You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2017/05/12 19:03:28 UTC

arrow git commit: ARROW-1010: [Website] Provide for translations without repeating blog post in blogroll

Repository: arrow
Updated Branches:
  refs/heads/master a4f29f3a3 -> 05e8f6894


ARROW-1010: [Website] Provide for translations without repeating blog post in blogroll

Author: Wes McKinney <we...@twosigma.com>

Closes #675 from wesm/ARROW-1010 and squashes the following commits:

35893e8 [Wes McKinney] Mark JA version of 0.3.0 release post


Project: http://git-wip-us.apache.org/repos/asf/arrow/repo
Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/05e8f689
Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/05e8f689
Diff: http://git-wip-us.apache.org/repos/asf/arrow/diff/05e8f689

Branch: refs/heads/master
Commit: 05e8f6894d6515626048a3701235b53e9ce26721
Parents: a4f29f3
Author: Wes McKinney <we...@twosigma.com>
Authored: Fri May 12 15:03:23 2017 -0400
Committer: Wes McKinney <we...@twosigma.com>
Committed: Fri May 12 15:03:23 2017 -0400

----------------------------------------------------------------------
 site/_posts/2017-05-08-0.3-release-japanese.md | 2 +-
 site/blog.html                                 | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/arrow/blob/05e8f689/site/_posts/2017-05-08-0.3-release-japanese.md
----------------------------------------------------------------------
diff --git a/site/_posts/2017-05-08-0.3-release-japanese.md b/site/_posts/2017-05-08-0.3-release-japanese.md
index 27e0166..e49bde1 100644
--- a/site/_posts/2017-05-08-0.3-release-japanese.md
+++ b/site/_posts/2017-05-08-0.3-release-japanese.md
@@ -3,7 +3,7 @@ layout: post
 title: "Apache Arrow 0.3.0リリース"
 date: "2017-05-08 00:00:00 -0400"
 author: wesm
-categories: [release]
+categories: [release,translation]
 ---
 <!--
 {% comment %}

http://git-wip-us.apache.org/repos/asf/arrow/blob/05e8f689/site/blog.html
----------------------------------------------------------------------
diff --git a/site/blog.html b/site/blog.html
index ddfb47f..8549859 100644
--- a/site/blog.html
+++ b/site/blog.html
@@ -24,5 +24,7 @@ limitations under the License.
 <hr>
 
 {% for post in site.posts %}
-  {% include blog_entry.html %}
+  {% unless post.categories contains 'translation' %}
+    {% include blog_entry.html %}
+  {% endunless %}
 {% endfor %}