upgrade to jquery 3.5.1

This commit is contained in:
Dean Attali 2020-08-24 00:17:44 +00:00
parent fbc6b0bd6d
commit 5991966d38
5 changed files with 6 additions and 7 deletions

View file

@ -10,6 +10,7 @@ One of the major changes in this version is that a lot of time was spent on reth
- Added `share-title` YAML option to give control over the search engine/social media title
- Added `head-extra` YAML option which is similar to `footer-extra` but is used to include custom HTML code in a page's `<head>` tag
- Added `full-width` YAML option to allow having full-width pages
- Upgraded jQuery to version 3.5.1 to fix a couple security vulnerabilities with the previous version
- Added automatic navbar color detection (#702)
- Changed navbar and footer background colour to be slightly darker, for better contrast with the default white page background
- Changed the behaviour of `site-css` to include site-wide CSS file **before** page-specific files