v7.4.0
Added
-
Allow markdown in copyright string
-
Added
theme_color
front-matter property to micro-manage the value of the thetheme-color
meta tag.
When not set, will useaccent_color
. -
Added
theme_color
site setting, to set the value ofthemeColor
in the app manifest.
When not set, will useaccent_color
. -
Added
cookies_banner
setting:# file: _config.yml hydejack: cookies_banner: true
Enabling this setting will show a notice at the top of the page to new visitors.
You can change the wording of the notice in_data/strings.yml
with thecookies_banner.text
andcookies_banner.okay
keys:# file: _data/strings.yml cookies_banner: text: This site uses cookies. okay: Okay
Fixed
- Drawer no longer resizes/repaints in iOS Safari (iPhone) and Chrome for Android when the address bar autohides.
- Fixed a bug that caused the drawer flicker/open unexpectedly when scrolling in mobile browsers.
- Fixed how
image
works when using thejekyll-seo-tag
plugin.
Design
- Changed how line breaks work in resume layout
- Changed margins of horizontals lines
Other
- Updated docs
- Updated posts