-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Allow footer compatible with sidebar #1037
Comments
footer support v-html now #1034 (comment) |
It doesn't look nice with sidebar, that's why its not there. If you want to create a PR, then make it optional to enable footer (using frontmatter or some theme config) on doc pages. |
Yeah honestly it would be good, especially if we need to display some must-have copyright info or something else. |
Here's how I solved it footer.VPFooter {
display: block !important;
} |
Instead of enforcing a specific design choice, wouldn't it be better to let users decide whether to use the footer, the sidebar, or both? If someone doesn't like the look, they could simply remove or hide the footer/sidebar in their own configuration. Is there a specific technical reason why this flexibility isn't allowed? |
Is your feature request related to a problem? Please describe.
Now
footer
andsidebar
cannot be used at the same time. We hope they can appear at the same time.Describe the solution you'd like
Describe alternatives you've considered
If allowed, maybe I can provide a PR?
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: