support multiple files in footer-extra and head-extra

This commit is contained in:
Dean Attali 2020-08-24 20:43:43 +00:00
parent c677c7e114
commit b660fef759
4 changed files with 8 additions and 4 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
- Improved the `footer-extra` YAML option to support multiple files instead of only a single file
- 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
@ -17,7 +18,6 @@ One of the major changes in this version is that a lot of time was spent on reth
- Renamed internal css/js files from "main" to "beautifuljekyll" to make it easier for users to troubleshoot
- Added alt text to all images for better accessibility
## v4.1.0 (2020-08-08)
- Added Open Graph `site_name` meta field to pages automatically