Skip to content

Commit

Permalink
ORC-1815: Remove broken people.apache.org links
Browse files Browse the repository at this point in the history
  • Loading branch information
dongjoon-hyun committed Dec 12, 2024
1 parent da5bda5 commit 45fabdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
7 changes: 2 additions & 5 deletions site/_includes/news_item.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@ <h2>
<span class="post-date">
{{ post.date | date_to_string }}
</span>
<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">
<span class="post-author">
{{ post.author }}
</a>
</span>
</div>
<div class="post-content">
{{ post.content }}
Expand Down
7 changes: 2 additions & 5 deletions site/_layouts/news_item.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,9 @@ <h2>
<span class="post-date">
{{ page.date | date_to_string }}
</span>
<a href="https://people.apache.org/~{{ page.author }}" class="post-author">
<img src="https://people.apache.org/~{{ page.author }}/{{ page.author }}.png"
class="avatar" alt="{{ page.author }} avatar"
width="24" height="24">
<span class="post-author">
{{ page.author }}
</a>
</span>
</div>
<div class="post-content">
{{ content }}
Expand Down

0 comments on commit 45fabdb

Please sign in to comment.