Closed
Description
- This is probably about a bug in the theme.
Environment
- Minimal Mistakes : v4.4.2 / v4.5.0
- Jekyll : v3.5.1
- OS : Windows 7
- Browser : Google Chrome / Mozilla Firefox
- Additional Plugins :
jekyll-minifier
orjekyll-tidy
Expected behavior
Expected no visible change between vanilla site and that generated while using the above plugins.
Actual behavior
Illustrated with screenshots below
Steps to reproduce the behavior
- Set up a new project using jekyll 3.5.1
- Add a couple of dummy posts
- Serve and note render in browser
- Install and add either of the following plugins that minify HTML:
jekyll-minifier
/jekyll-tidy
- Restart Jekyll server and note render in browser
Observations
Fresh site setup from jekyll new
and some additional dummy posts
- Issue: missing hamburger ?
After enabling a HTML minifying / beautifying plugin:
- Issue: clobbered viewport
- Issue: visible hamburger but doesn't respond to my clicks