Closed
Description
- This is a question about using the theme.
- I believe this to be a bug with the theme --- not Jekyll, GitHub Pages or one of the bundled plugins.
- This is a feature request.
- I have updated all gems with
bundle update
. - I have tested locally with
bundle exec jekyll build
.
Environment informations
- Minimal Mistakes version: 3.2.13
github-pages
orjekyll
gem version: github-pages 86- Operating system: Windows 10
Expected behavior
Per the docs on layouts:
ProTip: Custom sidebar content added to a post or page's YAML Front Matter will appear above the author profile if enabled with author_profile: true
.
But the author profile currently shows above the custom sidebar
Steps to reproduce the behavior
Visit: https://allender.github.io/apple2emu/intro/.
You'll notice that the author information appears above the custom sidebar, contradicting the information in the docs for the theme. The fix is easy and I can submit a PR if that would be helpful