jekyll-admin
jekyll-admin copied to clipboard
Jekyll-Admin Drafts Sidebar option does not display with --drafts option
Description:
Tell us a bit about yourself:
- Version of JekyllAdmin I'm using
0.11.1>: - Version of Jekyll I'm using
4.3.2>: - Version of NodeJS I'm using `20.0.0>:
- Operating System
OS X>: - Browser
Firefox:
Steps to reproduce:
- Inside jekyll project with jekyll-admin, run
bundle exec jekyll serve --drafts
I expected the following:
I expect the drafts tab to show up
But got the following, instead:
No drafts tab.
Other details:
This works if show_drafts is set true, but that is non-ideal.