Repository: orc Updated Branches: refs/heads/master 8f399e421 -> 18e57f644
Make news items template refer to people.apache.org instead of github. Project: http://git-wip-us.apache.org/repos/asf/orc/repo Commit: http://git-wip-us.apache.org/repos/asf/orc/commit/18e57f64 Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/18e57f64 Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/18e57f64 Branch: refs/heads/master Commit: 18e57f6444b1d78b8df159aed1c4d19f27a9c2d5 Parents: 8f399e4 Author: Owen O'Malley <[email protected]> Authored: Wed May 13 15:56:00 2015 -0700 Committer: Owen O'Malley <[email protected]> Committed: Wed May 13 15:56:00 2015 -0700 ---------------------------------------------------------------------- site/_includes/news_item.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/orc/blob/18e57f64/site/_includes/news_item.html ---------------------------------------------------------------------- diff --git a/site/_includes/news_item.html b/site/_includes/news_item.html index aaf0521..b7d869a 100644 --- a/site/_includes/news_item.html +++ b/site/_includes/news_item.html @@ -13,8 +13,10 @@ <span class="post-date"> {{ post.date | date_to_string }} </span> - <a href="https://github.com/{{ post.author }}" class="post-author"> - <img src="https://github.com/{{ post.author }}.png" class="avatar" alt="{{ post.author }} avatar" width="24" height="24"> + <a href="https://people.apache.org/~{{ post.author }}" class="post-author"> + <img src="https://people.apache.org/~{{ post.author }}//{{ post.author }}.png" + class="avatar" alt="{{ post.author }} avatar" + width="24" height="24"> {{ post.author }} </a> </div>
