html: deprecate ie < 10 and provide firefox link
forkawesome: use minified v5 compat
Load Font Awesome CSS from jsDelivr CDN (#2583)
* Load Font Awesome CSS from jsDelivr CDN
* Update CHANGELOG and history
Use relative_url and absolute_url where possible (#2387)
* Use relative_url and absolute_url where possible
Drops the `contains "://"` check, adopt Jekyll 3.7
Ref: https://github.com/mmistakes/minimal-mistakes/pull/2385#issuecomment-579882236
* One more unneeded {% assign %}
* Remove one more assign as noted by mmistakes
* Consolidate 4 more captures
* Consolidate an extra assign on "active" class
remove extraneous space from IE conditional statement (#2273)
shorter IE conditional statement (#2006)
saves 5 bytes :-)
HTTPS Twitter short link (#2001)
Remove unneeded HandheldFriendly and MobileOptimized meta tags (#1837)
Fixes: #1835
Replace `absolute_url` with `relative_url`
Where it makes sense replace asset paths and navigation related paths with `relative_url` filter.
Leave SEO related `<head>` elements and social sharing links as `absolute_url`.
Fixes #1588
Allow `<head>` and footer scripts to be changed via config (#1241)
* Allow `<head>` and footer scripts to be changed via config
* Update JavaScript documentation
Close #1238
Merge branch 'release/4.2.2'
Merge branch 'feature/greedy-nav-long-title-fix' into develop
Add flexbox fixes for < IE9 to make the greedy nav button visible
Merge branch 'release/4.0.4'
Conflicts:
README.md
Merge branch 'feature/theme-gem' into develop