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


The following commit(s) were added to refs/heads/staging by this push:
     new 530f7541e5 Update baseof.html
530f7541e5 is described below

commit 530f7541e5f5d1d2c787583a0ea25b87c70477c4
Author: Kaxil Naik <[email protected]>
AuthorDate: Tue Dec 16 22:06:34 2025 +0000

    Update baseof.html
---
 landing-pages/site/layouts/baseof.html | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/landing-pages/site/layouts/baseof.html 
b/landing-pages/site/layouts/baseof.html
index f77b69e619..fcce91372c 100644
--- a/landing-pages/site/layouts/baseof.html
+++ b/landing-pages/site/layouts/baseof.html
@@ -38,8 +38,6 @@
     {{ partialCached "scripts.html" . }}
   </body>
   {{ with .Site.Data.webpack }}
-      {{ with .main.js }}
-          <script src="{{ relURL . }}"></script>
-      {{ end }}
+      <script src="{{ relURL .main.js }}"></script>
   {{ end }}
 </html>

Reply via email to