This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 0b279e4  assume github thumbnails local will be copied locally
0b279e4 is described below

commit 0b279e4ba7158cd71c1c276cf4e4b79ba1f0e29c
Author: Paul King <[email protected]>
AuthorDate: Mon Feb 17 15:09:04 2025 +1000

    assume github thumbnails local will be copied locally
---
 generator/src/main/groovy/generator/DocUtils.groovy |   2 +-
 site/src/site/blog/img/280016.png                   | Bin 0 -> 113963 bytes
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/generator/src/main/groovy/generator/DocUtils.groovy 
b/generator/src/main/groovy/generator/DocUtils.groovy
index 842d2ce..a210808 100644
--- a/generator/src/main/groovy/generator/DocUtils.groovy
+++ b/generator/src/main/groovy/generator/DocUtils.groovy
@@ -31,7 +31,7 @@ class DocUtils {
         if (!author.email) return "<i>$author.fullName</i>"
         def (githubId, role) = author.email.split(/\|/)
         """
-<a href="https://github.com/$githubId/"; target="_blank" rel="noopener 
noreferrer"><img style="border-radius:50%;height:48px;width:auto" 
src="https://github.com/${githubId}.png"; alt="${author.fullName}"></a>
+<a href="https://github.com/$githubId/"; target="_blank" rel="noopener 
noreferrer"><img style="border-radius:50%;height:48px;width:auto" 
src="img/${githubId}.png" alt="${author.fullName}"></a>
 <div style="display:grid;align-items:center;margin:0.1ex;padding:0ex">
   <div><a href="https://github.com/$githubId/"; target="_blank" rel="noopener 
noreferrer"><span>${author.fullName}</span></a></div>
   <div><small><i>${role.replace('_', ' ')}</i></small></div>
diff --git a/site/src/site/blog/img/280016.png 
b/site/src/site/blog/img/280016.png
new file mode 100644
index 0000000..956bdd2
Binary files /dev/null and b/site/src/site/blog/img/280016.png differ

Reply via email to