Re: [PR] fixed:about [datafusion-site]

2026-02-04 Thread via GitHub


Abhinandankaushik commented on PR #143:
URL: https://github.com/apache/datafusion-site/pull/143#issuecomment-3848043426

   > It's live now: https://datafusion.apache.org/blog/about.html
   > 
   > Thanks @Abhinandankaushik
   
   It's my pleasure 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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



Re: [PR] fixed:about [datafusion-site]

2026-02-04 Thread via GitHub


Jefffrey commented on PR #143:
URL: https://github.com/apache/datafusion-site/pull/143#issuecomment-3847955053

   It's live now: https://datafusion.apache.org/blog/about.html
   
   Thanks @Abhinandankaushik 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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



Re: [PR] fixed:about [datafusion-site]

2026-02-04 Thread via GitHub


Jefffrey merged PR #143:
URL: https://github.com/apache/datafusion-site/pull/143


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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



Re: [PR] fixed:about [datafusion-site]

2026-02-04 Thread via GitHub


Copilot commented on code in PR #143:
URL: https://github.com/apache/datafusion-site/pull/143#discussion_r2763626003


##
content/theme/templates/menu.html:
##
@@ -1,15 +1,15 @@
 
 
 
- Apache 
DataFusion Blog
+ Apache 
DataFusion Blog
 
 
 
 
 
 
 
-About
+About

Review Comment:
   Using a relative path of `./blog/about.html` here will resolve incorrectly 
on pages under `/blog/` (e.g., `/blog/index.html` will link to 
`/blog/blog/about.html`). This should use an absolute path like 
`/blog/about.html` (or the appropriate site variable) so the About link works 
correctly from all pages.
   ```suggestion
   About
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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