vitepress icon indicating copy to clipboard operation
vitepress copied to clipboard

feat(theme): allow footer and sidebar to be displayed at the same time

Open yuyinws opened this issue 10 months ago • 2 comments

Description

This PR introduced a new theme config option: footer.showWithSidebar, when set it to true, all pages will display the footer.

And user can also disable/enable a specific page's footer display by set footer to false/true on frontmatter.

image

Linked Issues

fixes #1037

Additional Context


[!TIP] The author of this PR can publish a preview release by commenting /publish below.

yuyinws avatar Jan 31 '25 07:01 yuyinws

Thanks for the work, I think the horizontal divider for the footer should span the full browser width.

chenrui333 avatar Feb 23 '25 01:02 chenrui333

Thank you for the PR! This would be super helpful for me.

ahandsel avatar Mar 13 '25 06:03 ahandsel