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 bb19de8ac7 Debug: Add console log to test if body-end hook is called
bb19de8ac7 is described below
commit bb19de8ac76fd9d9aca2244fd2e6a7b6f32055b4
Author: Kaxil Naik <[email protected]>
AuthorDate: Tue Dec 16 21:16:21 2025 +0000
Debug: Add console log to test if body-end hook is called
---
landing-pages/site/layouts/partials/hooks/body-end.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/landing-pages/site/layouts/partials/hooks/body-end.html
b/landing-pages/site/layouts/partials/hooks/body-end.html
index e783767480..705db284a2 100644
--- a/landing-pages/site/layouts/partials/hooks/body-end.html
+++ b/landing-pages/site/layouts/partials/hooks/body-end.html
@@ -18,6 +18,7 @@
*/}}
{{/* Include webpack-generated main.js for confetti animation and other
features */}}
+<script>console.log("body-end hook called");</script>
{{ with .Site.Data.webpack }}
<script src="{{ relURL .main.js }}"></script>
{{ end }}