Skip to content

Commit

Permalink
Make news items template refer to people.apache.org instead of github.
Browse files Browse the repository at this point in the history
  • Loading branch information
omalley committed May 13, 2015
1 parent 8f399e4 commit 18e57f6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions site/_includes/news_item.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ <h2>
<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>
Expand Down

0 comments on commit 18e57f6

Please sign in to comment.