This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch staging in repository https://gitbox.apache.org/repos/asf/airflow-site.git
commit f6d13e386e2191967a56d132dc3b391b1c2981b0 Author: Shashiranjan singh <[email protected]> AuthorDate: Sun Dec 14 17:28:29 2025 +0530 Fix community page accordions opening by default (#1323) --- landing-pages/site/content/en/community/_index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/landing-pages/site/content/en/community/_index.html b/landing-pages/site/content/en/community/_index.html index 6f2966651d..595a53c2b9 100644 --- a/landing-pages/site/content/en/community/_index.html +++ b/landing-pages/site/content/en/community/_index.html @@ -9,7 +9,7 @@ menu: <div class="community--dev"> <div class="community--accordion-container"> <h6 class="community--header-persona">Want to contribute?</h6> - {{< accordion title="Join the Dev list" description="The Dev list is the preferred channel for announcements, proposals and votes." logo_path="icons/join-devlist-icon.svg" open="true">}} + {{< accordion title="Join the Dev list" description="The Dev list is the preferred channel for announcements, proposals and votes." logo_path="icons/join-devlist-icon.svg">}} <p class="bodytext__medium--brownish-grey"> Manage your <b>subscription</b>: </p> @@ -27,7 +27,7 @@ menu: For answers to ad hoc questions, try asking in the official <b>Airflow Slack</b> first. See <b>"Ask a question"</b> below for details and additional resources. </p> {{< /accordion >}} - {{< accordion title="Join the community on Slack" description="Connect with other contributors" logo_path="icons/ask-question-icon.svg" open="true">}} + {{< accordion title="Join the community on Slack" description="Connect with other contributors" logo_path="icons/ask-question-icon.svg">}} <ol class="counter-blue mx-auto"> <p class="bodytext__medium--brownish-grey"> After <a href="https://apache-airflow-slack.herokuapp.com/">creating an account</a>, join @@ -70,7 +70,7 @@ menu: <div class="community--user"> <div class="community--accordion-container"> <h6 class="community--header-persona">Are you a user?</h6> - {{< accordion title="Join the community on Slack" description="Connect with other users, get help, exchange best practices with other users." logo_path="icons/ask-question-icon.svg" open="true">}} + {{< accordion title="Join the community on Slack" description="Connect with other users, get help, exchange best practices with other users." logo_path="icons/ask-question-icon.svg">}} <ol class="counter-blue mx-auto"> <p class="bodytext__medium--brownish-grey"> After <a href="https://apache-airflow-slack.herokuapp.com/">creating an account</a>, join
