You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2023/02/25 08:11:57 UTC

[airflow-site] branch get-rid-of-bad-wrapping-in-mailing-list-info created (now ca3bf3bd69)

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

potiuk pushed a change to branch get-rid-of-bad-wrapping-in-mailing-list-info
in repository https://gitbox.apache.org/repos/asf/airflow-site.git


      at ca3bf3bd69 Fix wrapping of unsubscribe lists in the community page

This branch includes the following new commits:

     new ca3bf3bd69 Fix wrapping of unsubscribe lists in the community page

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[airflow-site] 01/01: Fix wrapping of unsubscribe lists in the community page

Posted by po...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch get-rid-of-bad-wrapping-in-mailing-list-info
in repository https://gitbox.apache.org/repos/asf/airflow-site.git

commit ca3bf3bd698cef3a6a66ac82f820f3bcdb6c7330
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Sat Feb 25 09:11:07 2023 +0100

    Fix wrapping of unsubscribe lists in the community page
---
 landing-pages/site/content/en/community/_index.html | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/landing-pages/site/content/en/community/_index.html b/landing-pages/site/content/en/community/_index.html
index db6e88a3e4..a7304e60b8 100644
--- a/landing-pages/site/content/en/community/_index.html
+++ b/landing-pages/site/content/en/community/_index.html
@@ -16,10 +16,18 @@ menu:
             </p>
             <ul class="ticks-blue mx-auto">
                 <li>
-                    Users list (<a href="https://lists.apache.org/list.html?users@airflow.apache.org">archive</a>): <a class="list-link" href="mailto:users-subscribe@airflow.apache.org">users-subscribe@airflow.apache.org</a> <small>and <a class="list-link" href="mailto:users-unsubscribe@airflow.apache.org">users-unsubscribe@airflow.apache.org</a> to unsubscribe</small>
+                    Users list (<a href="https://lists.apache.org/list.html?users@airflow.apache.org">archive</a>):
+                    <ul>
+                       <li><a class="list-link" href="mailto:users-subscribe@airflow.apache.org">users-subscribe@airflow.apache.org</a></li>
+                       <li><small><a class="list-link" href="mailto:users-unsubscribe@airflow.apache.org">users-unsubscribe@airflow.apache.org</a> to unsubscribe</small></li>
+                       </ul>
                 </li>
                 <li>
-                    Dev list (<a href="https://lists.apache.org/list.html?dev@airflow.apache.org">archive</a>): <a class="list-link" href="mailto:dev-subscribe@airflow.apache.org">dev-subscribe@airflow.apache.org</a> <small>and <a class="list-link" href="mailto:dev-unsubscribe@airflow.apache.org">dev-unsubscribe@airflow.apache.org</a> to unsubscribe</small>
+                    Dev list (<a href="https://lists.apache.org/list.html?dev@airflow.apache.org">archive</a>):
+                    <ul>
+                       <li><a class="list-link" href="mailto:dev-subscribe@airflow.apache.org">dev-subscribe@airflow.apache.org</a></li>
+                       <li><small><a class="list-link" href="mailto:dev-unsubscribe@airflow.apache.org">dev-unsubscribe@airflow.apache.org</a> to unsubscribe</small></li>
+                    </ul>
                 </li>
             </ul>
         </li>