4.25.0 💎
4.25.0 💎 finally arrives as @iBug takes over maintenance of Minimal Mistakes.
Bug Fixes
- Fix Linkedin social share link #4754
- Fix non-English characters being url encoded in breadcrumb #3819
- Fix wrong
first_page_path
because of hard-codedpage:num
#3778 - Remove JS and other files from search index #4000
- Fix unlisted YouTube video embeds in documentation/test sites. #3649
- Fix error in Algolia search script when returning a hit that without
html
andhightlight.html
. #3101 #3102 - Fix inline code style not applied to stylized text. #3253
- Fix Keybase icon in author sidebar. #3221
- Fix sort order of Staticman comments when data files aren't named alphabetically. #3184
- Fix
layout: compress
issue with HTML comment in video include. #3117 - Add Magnific Popup class to anchors that only contain an
img
element. #3111 #3114 - Fix heading level of related posts section from
h4
toh2
to improve accessibility and SEO. #3064 - Fix grammar error in German localized UI text string. #3063
- Remove site.url from first breadcrumb link. #3051
Enhancements
- Add site.copyright and site.copyright_url config options #4313
- Lazy-load InstantSearch scripts and stylesheets #3691
- Improve Finnish translations #4595
- Remove redundant downcase from _layouts/categories.html. #4531
- Load latest Font Awesome package. #3765
- Add missing Polish missing UI text strings. #3969
- Update breadcrumbs conditional to enable/disable them via Front Matter on pages using
layout: single
. #3096 #3669 - Remove Internet Explorer 9 upgrade notice. #3666
- Add Kiswahili localized UI text strings. #3489
- Exclude
main.scss
from Lunr search index. - Allow
site.pages
to be indexed and searched via Lunr. #3352 - Update jQuery to v3.6.0. #3254
- Use notice
<a>
colors for blockquotes that havenotice--
classes applied. #3140 #3068 - Add sameAs itemprop to author link. #3087
- Update and add missing Brazilian Portuguese translations. #3204
- Add optional label attribute for utterances comments. #3128
- Add missing Danish translations. #3095
- Add ARIA role to search forms. #3086
- Add overflow scroll bar to sticky table of contents that are taller than the viewport's height. #2874
- Add Microformats markup. #3052
Documentation & Maintenance
- Fix links to Font Awesome gallery. #3599
- Fix GreedyNav.js attribution link. #3553
- Fix typo about loading JavaScript in layout documentation. #3350
- Fix documentation typos. #3232 #3318
- Add link to documentation clarifying how to add plugins. #3181
- Fix broken documentation link and add Baidu site verification to
_config.yml
files. #3139 - Bump path-parse from 1.0.6 to 1.0.7. #3116
- Automatically close invalid PRs using GitHub Actions. #3313
- Add instructions on how to unminify
main.js
for easier browser debugging. #3055 - Consolidate hard-coded version numbers where possible.
- Add Rakefile for automatically syncing CHANGELOG with history and synched them.