Skip to content

fix: make 'All posts' blog sidebar heading clickable (#117) - #177

Open
sarthaklole wants to merge 1 commit into
aboutcode-org:mainfrom
sarthaklole:fix-blog-sidebar-link
Open

fix: make 'All posts' blog sidebar heading clickable (#117)#177
sarthaklole wants to merge 1 commit into
aboutcode-org:mainfrom
sarthaklole:fix-blog-sidebar-link

Conversation

@sarthaklole

Copy link
Copy Markdown

Description

Fixes#117 by wrapping the All posts blog sidebar heading in @docusaurus/Link so users can click it to return to /blog.

Changes Made

  • Swizzled @docusaurus/theme-classicBlogSidebar/Desktop component.
  • Wrapped {sidebar.title} with <Link to="/blog">.

Signed-off-by: Sarthak Lole <lolesarthak@gmail.com>
Sign up for freeto 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.

Making all post button.

1 participant

@sarthaklole