v2.2.0
Minor Enhancements
- Handling content outside of posts (#88)
- Add default table styles (#144)
- Add
jekyll-seo-tag
dependency (#139) - Add Microformats markup (#160)
- Add more social links (#141)
Documentation
- Docs: clarification about page title (#142)
Upgrade instructions
Github and Twitter includes have been removed in the footer, please update your layout like so.
If you have overridden the _sass/minima.css
file, add the following variable before the @import
directive:
$table-text-align: left !default;