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

alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 6cca0cf  use correct js location (#167)
6cca0cf is described below

commit 6cca0cf64a9fbfc3469e44194c72a77c644bc667
Author: Kevin Liu <[email protected]>
AuthorDate: Tue Mar 31 10:18:14 2026 -0700

    use correct js location (#167)
---
 content/theme/templates/comments.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/theme/templates/comments.html 
b/content/theme/templates/comments.html
index 2e74571..c39c3b2 100644
--- a/content/theme/templates/comments.html
+++ b/content/theme/templates/comments.html
@@ -8,7 +8,7 @@
   <h3>Comments</h3>
 
   <!-- Local loader script -->
-  <script src="/content/js/giscus-consent.js" defer></script>
+  <script src="/blog/js/giscus-consent.js" defer></script>
 
   <!-- Consent UI -->
   <div id="giscus-consent">


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to