You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by GitBox <gi...@apache.org> on 2020/04/08 15:28:51 UTC

[GitHub] [arrow-site] nealrichardson commented on a change in pull request #52: ARROW-4482: [Website] Add blog archive page

nealrichardson commented on a change in pull request #52: ARROW-4482: [Website] Add blog archive page
URL: https://github.com/apache/arrow-site/pull/52#discussion_r405612891
 
 

 ##########
 File path: blog.html
 ##########
 @@ -26,6 +26,16 @@ <h2>Project News and Blog</h2>
 
 {% for post in site.posts %}
   {% unless post.categories contains 'translation' %}
-    {% include blog_entry.html %}
+  <p>
+    <h3>
+      <a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a>
+    </h3>
+    <p>
+    <span class="blog-list-date">
+      {{ post.date | date: "%-d %B %Y" }}
+    </span>
 
 Review comment:
   I tried it and preferred how it looked without. Most say "The Apache Arrow PMC (pmc)" so it seemed like noise.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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