* Lossless image optimization (using ImageOptim).
This shouldn't change the visual appearance of any images. ImageOptim
was run with the highest compression setting except that JPEG metadata
stripping was disabled because some users prefer to avoid stripping
JPEG metadata.
* Update READMEs that have Changelogs for themes impacted by lossless image optmization change.
* Stewart: Move link color and hover color to theme.json
* move text decoration rules to JSON
* Bump min version for Stewart to 6.1
Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
* Add the load_theme_textdomain function call
* Fix incorrect domain
* Load blockbase translations
* Moved all calls to load_theme_textdomain to be handled by Blockbase (not the children)
* Refactored calls to load_theme_textdomain to not include the default location to simplify the call
* Added load_theme_textdomain call to block canvas
* Removed unrelated videomaker changes
Co-authored-by: Jason Crist <jcrist@pbking.com>
* lock post-content and the containing group blocks to not allow remove option without unlocking
* Added a few missing locks
Co-authored-by: Jason Crist <jcrist@pbking.com>
* Archeo: Add fonts to theme.json
* Add archeo_preload_webfonts function back in
* Also replace the fonts in Stewart
* Use theme.json fonts for Livro
* Add fonts for Remote to theme.json
* Remove preload fuctions and use on the font files
Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
* Stewart: archive template to update the query loop block in order to inherit query from template
* Stewart: add posts list as pattern
* Stewart: use posts list pattern in archive template
* Stewart: use posts list pattern in index template
* Stewart: use posts list pattern and add search block in search template
* Change posts-list category to query
Co-authored-by: Sarah Norris <sarah@sekai.co.uk>