Skip to content

3.1.1

Compare
Choose a tag to compare
@mmistakes mmistakes released this 03 May 23:25
· 109 commits to master since this release

Changed

  • Include creation of navigation.yml when "starting fresh". [#270]
  • Center hero image. [#289]
  • Update Font Awesome to version 5.0.12.
  • Do not show <footer> in _includes/entry.html if there is no site.read_time or entry.date (typical of collection documents). [#283]

Fixed

  • Fix documentation links to sample index.md file. [#288]
  • Fix "Uncaught TypeError: Cannot read property 'addEventListener' of null" in main.js when navigation isn't defined.
  • Fix search form from resetting when pressing "Enter". [#278]
  • Fix author links from not displaying correct when a single link is defined in _config.yml. [#280]
  • Fix search result excerpts that run together because of implied spaces. [#281]
  • Fix usage of $site-logo-height variable in _global.scss. [#284]