This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch site
in repository https://gitbox.apache.org/repos/asf/calcite.git
The following commit(s) were added to refs/heads/site by this push:
new 9e0c1fe318 [CALCITE-6845] Self-host website images
9e0c1fe318 is described below
commit 9e0c1fe318757b12fc28de5e91ab3f7f15b9325c
Author: Francis Chuang <[email protected]>
AuthorDate: Tue Feb 18 09:46:30 2025 +1100
[CALCITE-6845] Self-host website images
---
site/_includes/news_item.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site/_includes/news_item.html b/site/_includes/news_item.html
index 7ee2ad60b6..9e842f0773 100644
--- a/site/_includes/news_item.html
+++ b/site/_includes/news_item.html
@@ -42,7 +42,7 @@ <h2>
{% if c.avatar %}
{% assign avatar = c.avatar %}
{% else %}
- {% capture avatar %}https://github.com/{{ c.githubId }}.png{%
endcapture %}
+ {% capture avatar %}{{ site.baseurl }}/img/avatars/{{ c.githubId
}}.png{% endcapture %}
{% endif %}
{% endif %}
{% endfor %}