Releases: mmistakes/minimal-mistakes
Releases · mmistakes/minimal-mistakes
3.4.7
3.4.6
3.4.5
3.4.4
Enhancements
- Add French "comments" related localized UI text. [#472]
Bug Fixes
- Exclude
vendor
in Jekyll config file. - Fix Liquid syntax error for offending parenthesis. [#479]
Maintenance
- Update gems:
colorator
(1.1.0),forwardable-extended
(2.6.0),github-pages
(93),jekyll
(= 3.2.1),minima
(= 1.0.1).
3.4.3
Enhancements
- Make "honeypot"
input
in Staticman comment form less obvious to spam bots. - Add padding to
.highlight
code blocks to better alignoverflow
scrollbar to the bottom. - Add additional image options for Twitter card social sharing meta tags. [#466]
- Add structured data markup for Staticman comments. [#458]
Bug Fixes
- Format
og:locale
tag with_
instead of-
. [#462]
Maintenance
- Add note to docs about using
url: http://localhost:4000
when working locally.
3.4.2
3.4.1
3.4.0
3.3.7
Bug Fixes
- Re-enabled Jekyll plugins in
_config.yml
in case they aren't autoloaded inGemfile
. [#417]
Enhancements
- Replace Sass and Autoprefixer
npm
build scripts with Jekyll's built-in asset support 😄. [#333] - Fallback to
site.github.url
for use in{{ base_path }}
whensite.url
isnil
.
Maintenance
- Document
site.repository
and its role withgithub-metadata
gem. - Add sample archive page with content for testing styles on demo site.