Update CHANGELOG and history
Remove deprecated Staticman v1 config Close #2386
fixed typo in page_hero (#2428)
Update CHANGELOG and history
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
Improve headline hierarchy Add headline specific Sass variables: ```scss $h-size-1: 1.563em !default; // ~25.008px $h-size-2: 1.25em !default; // ~20px $h-size-3: 1.125em !default; // ~18px $h-size-4: 1.0625em !default; // ~17px $h-size-5: 1.03125em !default; // ~16.5px $h-size-6: 1em !default; // ~16px ``` Fixes #2423
Update CHANGELOG and history
Improve accessiblity of default skin by increasing color contrast
Update CHANGELOG and history
Hide hidden posts from listings (#2345)
Update CHANGELOG, history, and documentation
Add Irish (Gaeilge) locale to ui-text.yml (#2422)
Fix rake vulnerability in .gemspec file
Update CHANGELOG and history
fix: Do not redirect user away from site after they submit a comment (#2402)
Update CHANGELOG and history
Disable box-shadow for radio and checkbox (#2398)
Bump Jekyll gem dependency to `v3.7`
Regression for mmistakes#2332 (#2385) * Regression for mmistakes#2332 There's already a `relative_url` in place, shouldn't stack up another * Update CHANGELOG and history