* Bedrock: New Theme
* Add Quadrat styles
* Rename theme to Geologist
* Update color palette.
* Adjust post title size.
* Tidy up single template.
* Tidy up page template.
* Adjust spacing
* Sync up spacing between index, page, and single templates.
* Create screenshot.png
* remove extra horizontal space on quadrat and geologist
Co-authored-by: Kjell Reigstad <kjell@kjellr.com>
* Move the paragraph indent style to the first paragraph of every container
* removed text-indent css
* build css
* Remove references to indented paragraph class.
Co-authored-by: Maggie <maggie.cabrera@automattic.com>
Co-authored-by: Jeff Ong <jonger4@gmail.com>
* Fix unchanged font setting reverting to default
These changes fix issue #4490
1. use current setting instead of default to fill in missing post data
2. remove unused $google_font_array
3 correct type-o `elemenets` in unset values
* Tweaked original fix and further corrected 'unset' logic
Co-authored-by: Rolf Allard van Hagen <ravanhagen@gmail.com>
* Blockbase: Update post meta to use flex
* move the blockGap config to styles
* Change the site header to use the new flex layout
Co-authored-by: Jason Crist <jcrist@pbking.com>
This change adresses multiple issues.
It:
1. prevents the possibility of an "empty" call to fonts.googleapis.com by returning empty instead of `https://fonts.googleapis.com/css2?&display=swap`, see issue #4458
2. prevents a child theme custom Google font to ALWAYS be loaded even if it's is not selected in the user settings
3. prevents duplicate URL parameters when both user body and header fonts are set to the same value with `array_unique`
* corrected package.json version numbers to match style.css (when lower)
* Returned Skatepark to correct version
* Corrected skatepark style.css version
* used render_callback to insert social menu from customizer
* return block content early
* change the condition under which we hijack the menu
* Remove extra navigation
* output block markup for the whole menu
* Render the menu at the social location, rather than the one called social
* map the right alignment from the nav block to the social icons block
* move the social nav to skatepark
* Replace any trailing numbers on menu items to better match them to service names
Co-authored-by: Ben Dwyer <ben@scruffian.com>