Commits


Neal Richardson authored and Wes McKinney committed 9d7e77cbf80
ARROW-6066: [Website] Fix blog post author header This fixes the author metadata logic in a few ways: 1. If the author isn't listed in contributors.yml, it is printed verbatim with no href 2. To make this work in the /blog/ page, the partial template has to null out the author_name variable so that the previous pass in the for loop doesn't spill over 3. The author link is either "homepage" if given, else a link to their GitHub page if "githubId" is given, else a link to the Apache phonebook 4. Logic for this header was consolidated in a single _include partial and used in both the main blog page and the individual permalinked pages Before:   After:   This is also now documented in the README. While I was in there, I also deleted some unused templates. Closes #4964 from nealrichardson/jekyll-cleanup and squashes the following commits: a5b971c2a <Neal Richardson> Fix blog post author metadata and document it; remove some unused templates Authored-by: Neal Richardson <neal.p.richardson@gmail.com> Signed-off-by: Wes McKinney <wesm+git@apache.org>