Skip to content

2.1.1

Compare
Choose a tag to compare
@mmistakes mmistakes released this 22 Jan 16:40
· 442 commits to master since this release

New

  • Post excerpts now display on index pages (/blog, /articles, and the home page) if set in a post's YAML Front Matter.

latest-posts

Updates

  • Improved comments in .scss partials and removed some unused styles I missed when posting from Less.
  • Enable Disqus comments globally vs. post per post basis (#94)
  • Fixed some other Disqus related bugs that displayed <noscript> text on pages that had comments disabled on.
  • Removed Google Authorship from <head> (#115)
  • Improved Jekyll search feature by removing the input box overlay that performed poorly on mobile and touch devices (#88). In the future maybe a form could be included on every page, but for it can be found at /search/ which is linked in the top navigation.
  • Fixed typos and other minor cleanup in theme's documentation.