Skip to content

4.3.0

Compare
Choose a tag to compare
@mmistakes mmistakes released this 28 Feb 15:44
· 1556 commits to master since this release

Enhancements

  • Add workaround to allow theme gem's /assets/js/main.min.js file to be overridden by a local version [#880]. Simply add the following YAML Front Matter to the file:

    ---
    layout: 
    ---
    

    Any local customizations you make to /assets/js/main.min.js should now replace the theme gem's version.