Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing download button due to theme update by un-nesting it #220

Merged
merged 1 commit into from
Dec 28, 2023

Conversation

CAM-Gerlach
Copy link
Member

Due to the minor theme update which was (my mistake) included in #218 , the download button on the main page was silently skipped during rendering. While given nested multisections evidently have some practical use after all (in order to create a containing div with a unique ID around multiple elements within a section), it would be ideal to restore this capability, given this is an upstream Lektor limitation and is not needed here, the most practical near-term solution is to simply remove the vestigial nested multisection, since it was only there to simplify styling for the multiple download buttons this section previously contained, and no longer does.

Therefore, this PR strips it out, and adjusts the other relevant bits accordingly.

Fixes #219

Copy link
Member

@ccordoba12 ccordoba12 left a comment

Choose a reason for hiding this comment

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

Looks good to me, thanks @CAM-Gerlach!

@CAM-Gerlach CAM-Gerlach merged commit 1b99058 into spyder-ide:master Dec 28, 2023
3 checks passed
@CAM-Gerlach CAM-Gerlach deleted the fix-download-button branch December 28, 2023 23:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Your homepage doesn't have a download button
2 participants