Skip to content

Conversation

dstansby
Copy link
Member

@dstansby dstansby commented Sep 30, 2025

This is a pragmatic fix to #106. It adds the back-to-top button to the home page, but I believe this is okay because:

"navbar_links": ("absolute", "server-stable"),
"footer_start": ["landing_footer"],
"secondary_sidebar_items": [],
"back_to_top_button": False,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd rather do

#  commented to work around https://github.com/matplotlib/mpl-brochure-site/issues/106
# "back_to_top_button": False,

because eventually, the brochure site is small and the button is usually not needed. So eventually we should remove it again.

Copy link
Member

@timhoffm timhoffm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Take or leave my comment.

@dstansby dstansby merged commit 9915cf6 into main Oct 3, 2025
5 checks passed
@dstansby dstansby deleted the back-to-top branch October 3, 2025 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Broken icon layout in top nav bar
2 participants