versha890 opened a new pull request, #1311: URL: https://github.com/apache/airflow-site/pull/1311
This PR fixes the unintuitive behavior of the "Previous" and "Next" buttons on the Use Cases pages of the Airflow website. **Problem:** - "Previous" navigated forward (to the next item) - "Next" navigated backward (to the previous item) **Solution:** - Swapped `.PrevInSection` and `.NextInSection` in `layouts/partials/pager.html` - Now "Next" → right, "Previous" → left, providing intuitive navigation **Testing:** 1. Run `hugo server -D` locally 2. Open http://localhost:1313/use-cases/etl_analytics/ 3. Verify buttons navigate correctly -- 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]
