Fix pager position#1115
Conversation
Signed-off-by: Lenox Wiltshire <lenoxwiltshire@gmail.com>
Signed-off-by: Lenox Wiltshire <lenoxwiltshire@gmail.com>
There was a problem hiding this comment.
Code Review
This pull request reorganizes layout files by moving the related-reading.html, video-section-related.html, and recent-discussions.html partials inside the main content container, while removing them from layouts/docs/single.html. The review feedback correctly identifies that because recent-discussions.html is only active when .Section is "kanvas", rendering it unconditionally inside a styled div introduces unwanted vertical whitespace on other pages. It is recommended to wrap these blocks in a conditional check and replace the inline margin styles with a Bootstrap utility class like mt-4 for better maintainability.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|
Signed-off-by: Lenox Wiltshire <lenoxwiltshire@gmail.com>
Notes for Reviewers
This PR fixes #1114
Signed commits