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

janardhan pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/systemds-website.git


The following commit(s) were added to refs/heads/asf-staging by this push:
     new e912b623 fix github avatars in the community page
e912b623 is described below

commit e912b62353b7061d801c7d8c501340515ddbf622
Author: Janardhan Pulivarthi <[email protected]>
AuthorDate: Mon May 5 02:05:24 2025 +0000

    fix github avatars in the community page
---
 content/community.html                                              | 5 +++++
 content/datasets.html                                               | 2 ++
 content/datasets/adult.html                                         | 2 ++
 content/datasets/clickbait.html                                     | 2 ++
 content/datasets/mnist.html                                         | 2 ++
 content/documentation.html                                          | 2 ++
 content/download.html                                               | 2 ++
 content/get-started.html                                            | 2 ++
 content/index.html                                                  | 2 ++
 content/privacy-policy.html                                         | 2 ++
 content/release-notes/systemds-release-notes-2.0.0.html             | 2 ++
 content/release-notes/systemds-release-notes-2.1.0.html             | 2 ++
 content/release-notes/systemds-release-notes-2.2.0.html             | 2 ++
 content/release-notes/systemds-release-notes-2.2.x.html             | 2 ++
 content/release-notes/systemds-release-notes-3.0.0.html             | 2 ++
 content/release-notes/systemds-release-notes-3.1.0.html             | 2 ++
 content/release-notes/systemds-release-notes-3.2.0.html             | 2 ++
 content/release-notes/systemds-release-notes-3.3.0.html             | 2 ++
 content/release-notes/systemml-release-notes-0.10.0-incubating.html | 2 ++
 content/release-notes/systemml-release-notes-0.11.0-incubating.html | 2 ++
 content/release-notes/systemml-release-notes-0.12.0-incubating.html | 2 ++
 content/release-notes/systemml-release-notes-0.13.0-incubating.html | 2 ++
 content/release-notes/systemml-release-notes-0.14.0-incubating.html | 2 ++
 content/release-notes/systemml-release-notes-0.15.0.html            | 2 ++
 content/release-notes/systemml-release-notes-0.9.0-incubating.html  | 2 ++
 content/release-notes/systemml-release-notes-1.0.0.html             | 2 ++
 content/release-notes/systemml-release-notes-1.1.0.html             | 2 ++
 content/release-notes/systemml-release-notes-1.2.0.html             | 2 ++
 content/roadmap.html                                                | 2 ++
 content/security.html                                               | 2 ++
 30 files changed, 63 insertions(+)

diff --git a/content/community.html b/content/community.html
index 3ab2e3e8..fe389025 100644
--- a/content/community.html
+++ b/content/community.html
@@ -41,6 +41,11 @@
 
   <!-- favicons -->
   <link rel="shortcut icon" href="/assets/img/favicon.png">
+  
+  
+      <!-- allow github profile images, only in community page -->
+      <meta http-equiv="Content-Security-Policy" content="img-src 'self' data: 
blob: https://avatars.githubusercontent.com/;";>
+  
 </head> <!-- META -->
   <body class="vcard">
     <!--
diff --git a/content/datasets.html b/content/datasets.html
index 50684488..9cc5e474 100644
--- a/content/datasets.html
+++ b/content/datasets.html
@@ -41,6 +41,8 @@
 
   <!-- favicons -->
   <link rel="shortcut icon" href="/assets/img/favicon.png">
+  
+  
 </head> <!-- META -->
   <body class="vcard">
     <!--
diff --git a/content/datasets/adult.html b/content/datasets/adult.html
index 0cf97d24..a0258294 100644
--- a/content/datasets/adult.html
+++ b/content/datasets/adult.html
@@ -41,6 +41,8 @@
 
   <!-- favicons -->
   <link rel="shortcut icon" href="/assets/img/favicon.png">
+  
+  
 </head> <!-- META -->
   <body class="vcard">
     <!--
diff --git a/content/datasets/clickbait.html b/content/datasets/clickbait.html
index bc51c795..1c592d41 100644
--- a/content/datasets/clickbait.html
+++ b/content/datasets/clickbait.html
@@ -41,6 +41,8 @@
 
   <!-- favicons -->
   <link rel="shortcut icon" href="/assets/img/favicon.png">
+  
+  
 </head> <!-- META -->
   <body class="vcard">
     <!--
diff --git a/content/datasets/mnist.html b/content/datasets/mnist.html
index aed6d370..f869c8d7 100644
--- a/content/datasets/mnist.html
+++ b/content/datasets/mnist.html
@@ -41,6 +41,8 @@
 
   <!-- favicons -->
   <link rel="shortcut icon" href="/assets/img/favicon.png">
+  
+  
 </head> <!-- META -->
   <body class="vcard">
     <!--
diff --git a/content/documentation.html b/content/documentation.html
index 3236f50c..22d205ec 100644
--- a/content/documentation.html
+++ b/content/documentation.html
@@ -41,6 +41,8 @@
 
   <!-- favicons -->
   <link rel="shortcut icon" href="/assets/img/favicon.png">
+  
+  
 </head> <!-- META -->
   <body class="vcard">
     <!--
diff --git a/content/download.html b/content/download.html
index 9833de52..52ce9413 100644
--- a/content/download.html
+++ b/content/download.html
@@ -41,6 +41,8 @@
 
   <!-- favicons -->
   <link rel="shortcut icon" href="/assets/img/favicon.png">
+  
+  
 </head> <!-- META -->
   <body class="vcard">
     <!--
diff --git a/content/get-started.html b/content/get-started.html
index 7076c20f..fa046d42 100644
--- a/content/get-started.html
+++ b/content/get-started.html
@@ -41,6 +41,8 @@
 
   <!-- favicons -->
   <link rel="shortcut icon" href="/assets/img/favicon.png">
+  
+  
 </head> <!-- META -->
   <body class="vcard">
     <!--
diff --git a/content/index.html b/content/index.html
index 6fed3ca1..3b855c31 100644
--- a/content/index.html
+++ b/content/index.html
@@ -41,6 +41,8 @@
 
   <!-- favicons -->
   <link rel="shortcut icon" href="/assets/img/favicon.png">
+  
+  
 </head> <!-- META -->
   <body class="vcard">
     <!--
diff --git a/content/privacy-policy.html b/content/privacy-policy.html
index d6971925..f6e7fcba 100644
--- a/content/privacy-policy.html
+++ b/content/privacy-policy.html
@@ -41,6 +41,8 @@
 
   <!-- favicons -->
   <link rel="shortcut icon" href="/assets/img/favicon.png">
+  
+  
 </head> <!-- META -->
   <body class="vcard">
     <!--
diff --git a/content/release-notes/systemds-release-notes-2.0.0.html 
b/content/release-notes/systemds-release-notes-2.0.0.html
index 420b3795..2ca1fe8f 100644
--- a/content/release-notes/systemds-release-notes-2.0.0.html
+++ b/content/release-notes/systemds-release-notes-2.0.0.html
@@ -41,6 +41,8 @@
 
   <!-- favicons -->
   <link rel="shortcut icon" href="/assets/img/favicon.png">
+  
+  
 </head> <!-- META -->
   <body class="vcard">
     <!--
diff --git a/content/release-notes/systemds-release-notes-2.1.0.html 
b/content/release-notes/systemds-release-notes-2.1.0.html
index 62a07ebe..d174d491 100644
--- a/content/release-notes/systemds-release-notes-2.1.0.html
+++ b/content/release-notes/systemds-release-notes-2.1.0.html
@@ -41,6 +41,8 @@
 
   <!-- favicons -->
   <link rel="shortcut icon" href="/assets/img/favicon.png">
+  
+  
 </head> <!-- META -->
   <body class="vcard">
     <!--
diff --git a/content/release-notes/systemds-release-notes-2.2.0.html 
b/content/release-notes/systemds-release-notes-2.2.0.html
index 67647cf7..4acd0cd1 100644
--- a/content/release-notes/systemds-release-notes-2.2.0.html
+++ b/content/release-notes/systemds-release-notes-2.2.0.html
@@ -41,6 +41,8 @@
 
   <!-- favicons -->
   <link rel="shortcut icon" href="/assets/img/favicon.png">
+  
+  
 </head> <!-- META -->
   <body class="vcard">
     <!--
diff --git a/content/release-notes/systemds-release-notes-2.2.x.html 
b/content/release-notes/systemds-release-notes-2.2.x.html
index 11ed2a91..e4e76241 100644
--- a/content/release-notes/systemds-release-notes-2.2.x.html
+++ b/content/release-notes/systemds-release-notes-2.2.x.html
@@ -41,6 +41,8 @@
 
   <!-- favicons -->
   <link rel="shortcut icon" href="/assets/img/favicon.png">
+  
+  
 </head> <!-- META -->
   <body class="vcard">
     <!--
diff --git a/content/release-notes/systemds-release-notes-3.0.0.html 
b/content/release-notes/systemds-release-notes-3.0.0.html
index 22cb12ca..8d2aa67c 100644
--- a/content/release-notes/systemds-release-notes-3.0.0.html
+++ b/content/release-notes/systemds-release-notes-3.0.0.html
@@ -41,6 +41,8 @@
 
   <!-- favicons -->
   <link rel="shortcut icon" href="/assets/img/favicon.png">
+  
+  
 </head> <!-- META -->
   <body class="vcard">
     <!--
diff --git a/content/release-notes/systemds-release-notes-3.1.0.html 
b/content/release-notes/systemds-release-notes-3.1.0.html
index 26c4211a..134cc9ff 100644
--- a/content/release-notes/systemds-release-notes-3.1.0.html
+++ b/content/release-notes/systemds-release-notes-3.1.0.html
@@ -41,6 +41,8 @@
 
   <!-- favicons -->
   <link rel="shortcut icon" href="/assets/img/favicon.png">
+  
+  
 </head> <!-- META -->
   <body class="vcard">
     <!--
diff --git a/content/release-notes/systemds-release-notes-3.2.0.html 
b/content/release-notes/systemds-release-notes-3.2.0.html
index b1c015b5..e8fbde78 100644
--- a/content/release-notes/systemds-release-notes-3.2.0.html
+++ b/content/release-notes/systemds-release-notes-3.2.0.html
@@ -41,6 +41,8 @@
 
   <!-- favicons -->
   <link rel="shortcut icon" href="/assets/img/favicon.png">
+  
+  
 </head> <!-- META -->
   <body class="vcard">
     <!--
diff --git a/content/release-notes/systemds-release-notes-3.3.0.html 
b/content/release-notes/systemds-release-notes-3.3.0.html
index 9985c05f..6513e281 100644
--- a/content/release-notes/systemds-release-notes-3.3.0.html
+++ b/content/release-notes/systemds-release-notes-3.3.0.html
@@ -41,6 +41,8 @@
 
   <!-- favicons -->
   <link rel="shortcut icon" href="/assets/img/favicon.png">
+  
+  
 </head> <!-- META -->
   <body class="vcard">
     <!--
diff --git 
a/content/release-notes/systemml-release-notes-0.10.0-incubating.html 
b/content/release-notes/systemml-release-notes-0.10.0-incubating.html
index e015bfc4..d843a07b 100644
--- a/content/release-notes/systemml-release-notes-0.10.0-incubating.html
+++ b/content/release-notes/systemml-release-notes-0.10.0-incubating.html
@@ -41,6 +41,8 @@
 
   <!-- favicons -->
   <link rel="shortcut icon" href="/assets/img/favicon.png">
+  
+  
 </head> <!-- META -->
   <body class="vcard">
     <!--
diff --git 
a/content/release-notes/systemml-release-notes-0.11.0-incubating.html 
b/content/release-notes/systemml-release-notes-0.11.0-incubating.html
index 790442f5..ab667036 100644
--- a/content/release-notes/systemml-release-notes-0.11.0-incubating.html
+++ b/content/release-notes/systemml-release-notes-0.11.0-incubating.html
@@ -41,6 +41,8 @@
 
   <!-- favicons -->
   <link rel="shortcut icon" href="/assets/img/favicon.png">
+  
+  
 </head> <!-- META -->
   <body class="vcard">
     <!--
diff --git 
a/content/release-notes/systemml-release-notes-0.12.0-incubating.html 
b/content/release-notes/systemml-release-notes-0.12.0-incubating.html
index c1b19aa3..d0935e2e 100644
--- a/content/release-notes/systemml-release-notes-0.12.0-incubating.html
+++ b/content/release-notes/systemml-release-notes-0.12.0-incubating.html
@@ -41,6 +41,8 @@
 
   <!-- favicons -->
   <link rel="shortcut icon" href="/assets/img/favicon.png">
+  
+  
 </head> <!-- META -->
   <body class="vcard">
     <!--
diff --git 
a/content/release-notes/systemml-release-notes-0.13.0-incubating.html 
b/content/release-notes/systemml-release-notes-0.13.0-incubating.html
index 6015d83e..9b7d1e41 100644
--- a/content/release-notes/systemml-release-notes-0.13.0-incubating.html
+++ b/content/release-notes/systemml-release-notes-0.13.0-incubating.html
@@ -41,6 +41,8 @@
 
   <!-- favicons -->
   <link rel="shortcut icon" href="/assets/img/favicon.png">
+  
+  
 </head> <!-- META -->
   <body class="vcard">
     <!--
diff --git 
a/content/release-notes/systemml-release-notes-0.14.0-incubating.html 
b/content/release-notes/systemml-release-notes-0.14.0-incubating.html
index 7df574d1..b66d63f6 100644
--- a/content/release-notes/systemml-release-notes-0.14.0-incubating.html
+++ b/content/release-notes/systemml-release-notes-0.14.0-incubating.html
@@ -41,6 +41,8 @@
 
   <!-- favicons -->
   <link rel="shortcut icon" href="/assets/img/favicon.png">
+  
+  
 </head> <!-- META -->
   <body class="vcard">
     <!--
diff --git a/content/release-notes/systemml-release-notes-0.15.0.html 
b/content/release-notes/systemml-release-notes-0.15.0.html
index bc8744f8..c2ae3111 100644
--- a/content/release-notes/systemml-release-notes-0.15.0.html
+++ b/content/release-notes/systemml-release-notes-0.15.0.html
@@ -41,6 +41,8 @@
 
   <!-- favicons -->
   <link rel="shortcut icon" href="/assets/img/favicon.png">
+  
+  
 </head> <!-- META -->
   <body class="vcard">
     <!--
diff --git a/content/release-notes/systemml-release-notes-0.9.0-incubating.html 
b/content/release-notes/systemml-release-notes-0.9.0-incubating.html
index ac3f24f0..58fb0145 100644
--- a/content/release-notes/systemml-release-notes-0.9.0-incubating.html
+++ b/content/release-notes/systemml-release-notes-0.9.0-incubating.html
@@ -41,6 +41,8 @@
 
   <!-- favicons -->
   <link rel="shortcut icon" href="/assets/img/favicon.png">
+  
+  
 </head> <!-- META -->
   <body class="vcard">
     <!--
diff --git a/content/release-notes/systemml-release-notes-1.0.0.html 
b/content/release-notes/systemml-release-notes-1.0.0.html
index 95061c9f..c58df8c0 100644
--- a/content/release-notes/systemml-release-notes-1.0.0.html
+++ b/content/release-notes/systemml-release-notes-1.0.0.html
@@ -41,6 +41,8 @@
 
   <!-- favicons -->
   <link rel="shortcut icon" href="/assets/img/favicon.png">
+  
+  
 </head> <!-- META -->
   <body class="vcard">
     <!--
diff --git a/content/release-notes/systemml-release-notes-1.1.0.html 
b/content/release-notes/systemml-release-notes-1.1.0.html
index d35c397e..03ba0f99 100644
--- a/content/release-notes/systemml-release-notes-1.1.0.html
+++ b/content/release-notes/systemml-release-notes-1.1.0.html
@@ -41,6 +41,8 @@
 
   <!-- favicons -->
   <link rel="shortcut icon" href="/assets/img/favicon.png">
+  
+  
 </head> <!-- META -->
   <body class="vcard">
     <!--
diff --git a/content/release-notes/systemml-release-notes-1.2.0.html 
b/content/release-notes/systemml-release-notes-1.2.0.html
index 465a7a25..07db2598 100644
--- a/content/release-notes/systemml-release-notes-1.2.0.html
+++ b/content/release-notes/systemml-release-notes-1.2.0.html
@@ -41,6 +41,8 @@
 
   <!-- favicons -->
   <link rel="shortcut icon" href="/assets/img/favicon.png">
+  
+  
 </head> <!-- META -->
   <body class="vcard">
     <!--
diff --git a/content/roadmap.html b/content/roadmap.html
index c6142601..6283e0fe 100644
--- a/content/roadmap.html
+++ b/content/roadmap.html
@@ -41,6 +41,8 @@
 
   <!-- favicons -->
   <link rel="shortcut icon" href="/assets/img/favicon.png">
+  
+  
 </head> <!-- META -->
   <body class="vcard">
     <!--
diff --git a/content/security.html b/content/security.html
index 41976ec1..128ea953 100644
--- a/content/security.html
+++ b/content/security.html
@@ -41,6 +41,8 @@
 
   <!-- favicons -->
   <link rel="shortcut icon" href="/assets/img/favicon.png">
+  
+  
 </head> <!-- META -->
   <body class="vcard">
     <!--

Reply via email to